| # | File | Line | Problem |
|---|---|---|---|
| 1 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Common.php | 168 | The function load_class() contains an exit expression. |
| 2 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Common.php | 216 | The function get_config() has a Cyclomatic Complexity of 10. The configured cyclomatic complexity threshold is 10. |
| 3 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Common.php | 234 | The function get_config() contains an exit expression. |
| 4 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Common.php | 242 | The function get_config() contains an exit expression. |
| 5 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Common.php | 310 | The function show_error() contains an exit expression. |
| 6 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Common.php | 332 | The function show_404() contains an exit expression. |
| 7 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Common.php | 375 | The function set_status_header() has a Cyclomatic Complexity of 10. The configured cyclomatic complexity threshold is 10. |
| 8 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Common.php | 375 | The function set_status_header() has an NPath complexity of 360. The configured NPath complexity threshold is 200. |
| 9 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Config.php | 96 | The method load() has a Cyclomatic Complexity of 15. The configured cyclomatic complexity threshold is 10. |
| 10 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Config.php | 96 | The method load() has an NPath complexity of 9075. The configured NPath complexity threshold is 200. |
| 11 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Exceptions.php | 116 | The method show_404() contains an exit expression. |
| 12 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Hooks.php | 146 | The method _run_hook() has a Cyclomatic Complexity of 15. The configured cyclomatic complexity threshold is 10. |
| 13 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Hooks.php | 146 | The method _run_hook() has an NPath complexity of 3456. The configured NPath complexity threshold is 200. |
| 14 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Input.php | 29 | The class CI_Input has 16 methods. Consider refactoring CI_Input to keep number of methods under 10. |
| 15 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Input.php | 29 | The class CI_Input has an overall complexity of 117 which is very high. The configured complexity threshold is 50. |
| 16 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Input.php | 246 | The method set_cookie() has a Cyclomatic Complexity of 14. The configured cyclomatic complexity threshold is 10. |
| 17 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Input.php | 246 | The method set_cookie() has an NPath complexity of 1944. The configured NPath complexity threshold is 200. |
| 18 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Input.php | 311 | The method ip_address() has a Cyclomatic Complexity of 10. The configured cyclomatic complexity threshold is 10. |
| 19 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Input.php | 463 | The method _valid_ipv6() has a Cyclomatic Complexity of 14. The configured cyclomatic complexity threshold is 10. |
| 20 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Input.php | 564 | The method _sanitize_globals() has a Cyclomatic Complexity of 18. The configured cyclomatic complexity threshold is 10. |
| 21 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Input.php | 564 | The method _sanitize_globals() has an NPath complexity of 1440. The configured NPath complexity threshold is 200. |
| 22 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Input.php | 731 | The method _clean_input_keys() contains an exit expression. |
| 23 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Lang.php | 65 | The method load() has a Cyclomatic Complexity of 13. The configured cyclomatic complexity threshold is 10. |
| 24 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Lang.php | 65 | The method load() has an NPath complexity of 3328. The configured NPath complexity threshold is 200. |
| 25 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Loader.php | 29 | The class CI_Loader has 1217 lines of code. Current threshold is 1000. Avoid really long classes. |
| 26 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Loader.php | 29 | The class CI_Loader has 25 methods. Consider refactoring CI_Loader to keep number of methods under 10. |
| 27 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Loader.php | 29 | The class CI_Loader has an overall complexity of 145 which is very high. The configured complexity threshold is 50. |
| 28 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Loader.php | 231 | The method model() has a Cyclomatic Complexity of 14. The configured cyclomatic complexity threshold is 10. |
| 29 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Loader.php | 231 | The method model() has an NPath complexity of 1632. The configured NPath complexity threshold is 200. |
| 30 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Loader.php | 741 | The method _ci_load() has a Cyclomatic Complexity of 17. The configured cyclomatic complexity threshold is 10. |
| 31 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Loader.php | 741 | The method _ci_load() has an NPath complexity of 33696. The configured NPath complexity threshold is 200. |
| 32 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Loader.php | 741 | The method _ci_load() has 125 lines of code. Current threshold is set to 100. Avoid really long methods. |
| 33 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Loader.php | 829 | The method _ci_load() contains an eval expression. |
| 34 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Loader.php | 879 | The method _ci_load_class() has a Cyclomatic Complexity of 15. The configured cyclomatic complexity threshold is 10. |
| 35 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Loader.php | 879 | The method _ci_load_class() has an NPath complexity of 656. The configured NPath complexity threshold is 200. |
| 36 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Loader.php | 879 | The method _ci_load_class() has 116 lines of code. Current threshold is set to 100. Avoid really long methods. |
| 37 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Loader.php | 1007 | The method _ci_init_class() has a Cyclomatic Complexity of 17. The configured cyclomatic complexity threshold is 10. |
| 38 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Loader.php | 1007 | The method _ci_init_class() has an NPath complexity of 960. The configured NPath complexity threshold is 200. |
| 39 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Loader.php | 1114 | The method _ci_autoloader() has a Cyclomatic Complexity of 18. The configured cyclomatic complexity threshold is 10. |
| 40 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Loader.php | 1114 | The method _ci_autoloader() has an NPath complexity of 7776. The configured NPath complexity threshold is 200. |
| 41 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Output.php | 29 | The class CI_Output has an overall complexity of 56 which is very high. The configured complexity threshold is 50. |
| 42 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Output.php | 324 | The method _display() has a Cyclomatic Complexity of 20. The configured cyclomatic complexity threshold is 10. |
| 43 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Output.php | 324 | The method _display() has an NPath complexity of 34560. The configured NPath complexity threshold is 200. |
| 44 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Output.php | 324 | The method _display() has 127 lines of code. Current threshold is set to 100. Avoid really long methods. |
| 45 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Output.php | 514 | The method _display_cache() has an NPath complexity of 240. The configured NPath complexity threshold is 200. |
| 46 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Router.php | 29 | The class CI_Router has an overall complexity of 54 which is very high. The configured complexity threshold is 50. |
| 47 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Router.php | 104 | The method _set_routing() has a Cyclomatic Complexity of 15. The configured cyclomatic complexity threshold is 10. |
| 48 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Router.php | 104 | The method _set_routing() has an NPath complexity of 4000. The configured NPath complexity threshold is 200. |
| 49 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Router.php | 264 | The method _validate_request() has a Cyclomatic Complexity of 12. The configured cyclomatic complexity threshold is 10. |
| 50 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Router.php | 264 | The method _validate_request() has an NPath complexity of 288. The configured NPath complexity threshold is 200. |
| 51 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Security.php | 27 | The class CI_Security has 19 methods. Consider refactoring CI_Security to keep number of methods under 10. |
| 52 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Security.php | 27 | The class CI_Security has an overall complexity of 59 which is very high. The configured complexity threshold is 50. |
| 53 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Security.php | 264 | The method xss_clean() has a Cyclomatic Complexity of 14. The configured cyclomatic complexity threshold is 10. |
| 54 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Security.php | 264 | The method xss_clean() has an NPath complexity of 2808. The configured NPath complexity threshold is 200. |
| 55 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/Security.php | 264 | The method xss_clean() has 204 lines of code. Current threshold is set to 100. Avoid really long methods. |
| 56 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/URI.php | 29 | The class CI_URI has 24 methods. Consider refactoring CI_URI to keep number of methods under 10. |
| 57 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/URI.php | 29 | The class CI_URI has an overall complexity of 72 which is very high. The configured complexity threshold is 50. |
| 58 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/URI.php | 85 | The method _fetch_uri_string() has a Cyclomatic Complexity of 16. The configured cyclomatic complexity threshold is 10. |
| 59 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/URI.php | 85 | The method _fetch_uri_string() has an NPath complexity of 54015. The configured NPath complexity threshold is 200. |
| 60 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/URI.php | 417 | The method _uri_to_assoc() has a Cyclomatic Complexity of 12. The configured cyclomatic complexity threshold is 10. |
| 61 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/core/URI.php | 417 | The method _uri_to_assoc() has an NPath complexity of 480. The configured NPath complexity threshold is 200. |
| 62 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/DB.php | 27 | The function DB() has a Cyclomatic Complexity of 31. The configured cyclomatic complexity threshold is 10. |
| 63 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/DB.php | 27 | The function DB() has an NPath complexity of 1138320. The configured NPath complexity threshold is 200. |
| 64 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/DB.php | 27 | The function DB() has 131 lines of code. Current threshold is set to 100. Avoid really long methods. |
| 65 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/DB.php | 129 | The function DB() contains an eval expression. |
| 66 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/DB.php | 136 | The function DB() contains an eval expression. |
| 67 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/DB_active_rec.php | 29 | The class CI_DB_active_record has 2014 lines of code. Current threshold is 1000. Avoid really long classes. |
| 68 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/DB_active_rec.php | 29 | The class CI_DB_active_record has 75 public methods and attributes. Consider to reduce the number of public items under 45. |
| 69 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/DB_active_rec.php | 29 | The class CI_DB_active_record has 30 fields. Consider to redesign CI_DB_active_record to keep the number of fields under 15. |
| 70 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/DB_active_rec.php | 29 | The class CI_DB_active_record has 51 methods. Consider refactoring CI_DB_active_record to keep number of methods under 10. |
| 71 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/DB_active_rec.php | 29 | The class CI_DB_active_record has an overall complexity of 239 which is very high. The configured complexity threshold is 50. |
| 72 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/DB_active_rec.php | 398 | The method _where() has a Cyclomatic Complexity of 12. The configured cyclomatic complexity threshold is 10. |
| 73 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/DB_active_rec.php | 398 | The method _where() has an NPath complexity of 604. The configured NPath complexity threshold is 200. |
| 74 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/DB_active_rec.php | 534 | The method _where_in() has an NPath complexity of 600. The configured NPath complexity threshold is 200. |
| 75 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/DB_active_rec.php | 1320 | The method update_batch() has a Cyclomatic Complexity of 10. The configured cyclomatic complexity threshold is 10. |
| 76 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/DB_active_rec.php | 1520 | The method delete() has a Cyclomatic Complexity of 13. The configured cyclomatic complexity threshold is 10. |
| 77 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/DB_active_rec.php | 1520 | The method delete() has an NPath complexity of 240. The configured NPath complexity threshold is 200. |
| 78 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/DB_active_rec.php | 1673 | The method _compile_select() has a Cyclomatic Complexity of 18. The configured cyclomatic complexity threshold is 10. |
| 79 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/DB_active_rec.php | 1673 | The method _compile_select() has an NPath complexity of 72576. The configured NPath complexity threshold is 200. |
| 80 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/DB_active_rec.php | 1673 | The method _compile_select() has 131 lines of code. Current threshold is set to 100. Avoid really long methods. |
| 81 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/DB_cache.php | 119 | The method write() has an NPath complexity of 300. The configured NPath complexity threshold is 200. |
| 82 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/DB_driver.php | 31 | The class CI_DB_driver has 1377 lines of code. Current threshold is 1000. Avoid really long classes. |
| 83 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/DB_driver.php | 31 | The class CI_DB_driver has 75 public methods and attributes. Consider to reduce the number of public items under 45. |
| 84 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/DB_driver.php | 31 | The class CI_DB_driver has 35 fields. Consider to redesign CI_DB_driver to keep the number of fields under 15. |
| 85 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/DB_driver.php | 31 | The class CI_DB_driver has 41 methods. Consider refactoring CI_DB_driver to keep number of methods under 10. |
| 86 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/DB_driver.php | 31 | The class CI_DB_driver has an overall complexity of 169 which is very high. The configured complexity threshold is 50. |
| 87 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/DB_driver.php | 103 | The method initialize() has a Cyclomatic Complexity of 10. The configured cyclomatic complexity threshold is 10. |
| 88 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/DB_driver.php | 103 | The method initialize() has an NPath complexity of 225. The configured NPath complexity threshold is 200. |
| 89 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/DB_driver.php | 250 | The method query() has a Cyclomatic Complexity of 24. The configured cyclomatic complexity threshold is 10. |
| 90 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/DB_driver.php | 250 | The method query() has an NPath complexity of 144000. The configured NPath complexity threshold is 200. |
| 91 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/DB_driver.php | 250 | The method query() has 162 lines of code. Current threshold is set to 100. Avoid really long methods. |
| 92 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/DB_driver.php | 1198 | The method display_error() contains an exit expression. |
| 93 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/DB_driver.php | 1246 | The method _protect_identifiers() has a Cyclomatic Complexity of 26. The configured cyclomatic complexity threshold is 10. |
| 94 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/DB_driver.php | 1246 | The method _protect_identifiers() has an NPath complexity of 267120. The configured NPath complexity threshold is 200. |
| 95 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/DB_driver.php | 1246 | The method _protect_identifiers() has 147 lines of code. Current threshold is set to 100. Avoid really long methods. |
| 96 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/DB_forge.php | 25 | The class CI_DB_forge has 12 methods. Consider refactoring CI_DB_forge to keep number of methods under 10. |
| 97 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/DB_result.php | 29 | The class CI_DB_result has 20 methods. Consider refactoring CI_DB_result to keep number of methods under 10. |
| 98 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/DB_result.php | 29 | The class CI_DB_result has an overall complexity of 61 which is very high. The configured complexity threshold is 50. |
| 99 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/DB_utility.php | 291 | The method backup() has a Cyclomatic Complexity of 20. The configured cyclomatic complexity threshold is 10. |
| 100 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/DB_utility.php | 291 | The method backup() has an NPath complexity of 26880. The configured NPath complexity threshold is 200. |
| 101 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/DB_utility.php | 291 | The method backup() has 118 lines of code. Current threshold is set to 100. Avoid really long methods. |
| 102 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/drivers/cubrid/cubrid_driver.php | 31 | The class CI_DB_cubrid_driver has 31 methods. Consider refactoring CI_DB_cubrid_driver to keep number of methods under 10. |
| 103 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/drivers/cubrid/cubrid_driver.php | 31 | The class CI_DB_cubrid_driver has an overall complexity of 80 which is very high. The configured complexity threshold is 50. |
| 104 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/drivers/cubrid/cubrid_driver.php | 621 | The method _update() has an NPath complexity of 250. The configured NPath complexity threshold is 200. |
| 105 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/drivers/cubrid/cubrid_forge.php | 66 | The method _process_fields() has a Cyclomatic Complexity of 21. The configured cyclomatic complexity threshold is 10. |
| 106 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/drivers/cubrid/cubrid_forge.php | 66 | The method _process_fields() has an NPath complexity of 5187. The configured NPath complexity threshold is 200. |
| 107 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/drivers/mssql/mssql_driver.php | 31 | The class CI_DB_mssql_driver has 29 methods. Consider refactoring CI_DB_mssql_driver to keep number of methods under 10. |
| 108 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/drivers/mssql/mssql_driver.php | 31 | The class CI_DB_mssql_driver has an overall complexity of 61 which is very high. The configured complexity threshold is 50. |
| 109 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/drivers/mssql/mssql_driver.php | 555 | The method _update() has an NPath complexity of 250. The configured NPath complexity threshold is 200. |
| 110 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/drivers/mssql/mssql_forge.php | 79 | The method _create_table() has a Cyclomatic Complexity of 18. The configured cyclomatic complexity threshold is 10. |
| 111 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/drivers/mssql/mssql_forge.php | 79 | The method _create_table() has an NPath complexity of 4380. The configured NPath complexity threshold is 200. |
| 112 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/drivers/mysql/mysql_driver.php | 31 | The class CI_DB_mysql_driver has 31 methods. Consider refactoring CI_DB_mysql_driver to keep number of methods under 10. |
| 113 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/drivers/mysql/mysql_driver.php | 31 | The class CI_DB_mysql_driver has an overall complexity of 80 which is very high. The configured complexity threshold is 50. |
| 114 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/drivers/mysql/mysql_driver.php | 608 | The method _update() has an NPath complexity of 250. The configured NPath complexity threshold is 200. |
| 115 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/drivers/mysql/mysql_forge.php | 62 | The method _process_fields() has a Cyclomatic Complexity of 19. The configured cyclomatic complexity threshold is 10. |
| 116 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/drivers/mysql/mysql_forge.php | 62 | The method _process_fields() has an NPath complexity of 1731. The configured NPath complexity threshold is 200. |
| 117 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/drivers/mysql/mysql_utility.php | 78 | The method _backup() has a Cyclomatic Complexity of 16. The configured cyclomatic complexity threshold is 10. |
| 118 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/drivers/mysql/mysql_utility.php | 78 | The method _backup() has an NPath complexity of 5762. The configured NPath complexity threshold is 200. |
| 119 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/drivers/mysql/mysql_utility.php | 78 | The method _backup() has 129 lines of code. Current threshold is set to 100. Avoid really long methods. |
| 120 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/drivers/mysqli/mysqli_driver.php | 31 | The class CI_DB_mysqli_driver has 31 methods. Consider refactoring CI_DB_mysqli_driver to keep number of methods under 10. |
| 121 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/drivers/mysqli/mysqli_driver.php | 31 | The class CI_DB_mysqli_driver has an overall complexity of 78 which is very high. The configured complexity threshold is 50. |
| 122 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/drivers/mysqli/mysqli_driver.php | 608 | The method _update() has an NPath complexity of 250. The configured NPath complexity threshold is 200. |
| 123 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/drivers/mysqli/mysqli_forge.php | 62 | The method _process_fields() has a Cyclomatic Complexity of 14. The configured cyclomatic complexity threshold is 10. |
| 124 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/drivers/mysqli/mysqli_forge.php | 62 | The method _process_fields() has an NPath complexity of 867. The configured NPath complexity threshold is 200. |
| 125 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/drivers/oci8/oci8_driver.php | 42 | The class CI_DB_oci8_driver has 32 methods. Consider refactoring CI_DB_oci8_driver to keep number of methods under 10. |
| 126 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/drivers/oci8/oci8_driver.php | 42 | The class CI_DB_oci8_driver has an overall complexity of 79 which is very high. The configured complexity threshold is 50. |
| 127 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/drivers/oci8/oci8_driver.php | 687 | The method _update() has an NPath complexity of 250. The configured NPath complexity threshold is 200. |
| 128 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/drivers/oci8/oci8_forge.php | 66 | The method _create_table() has a Cyclomatic Complexity of 18. The configured cyclomatic complexity threshold is 10. |
| 129 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/drivers/oci8/oci8_forge.php | 66 | The method _create_table() has an NPath complexity of 4380. The configured NPath complexity threshold is 200. |
| 130 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/drivers/odbc/odbc_driver.php | 31 | The class CI_DB_odbc_driver has 29 methods. Consider refactoring CI_DB_odbc_driver to keep number of methods under 10. |
| 131 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/drivers/odbc/odbc_driver.php | 31 | The class CI_DB_odbc_driver has an overall complexity of 58 which is very high. The configured complexity threshold is 50. |
| 132 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/drivers/odbc/odbc_driver.php | 525 | The method _update() has an NPath complexity of 250. The configured NPath complexity threshold is 200. |
| 133 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/drivers/odbc/odbc_forge.php | 78 | The method _create_table() has a Cyclomatic Complexity of 18. The configured cyclomatic complexity threshold is 10. |
| 134 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/drivers/odbc/odbc_forge.php | 78 | The method _create_table() has an NPath complexity of 4380. The configured NPath complexity threshold is 200. |
| 135 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/drivers/pdo/pdo_driver.php | 31 | The class CI_DB_pdo_driver has 31 methods. Consider refactoring CI_DB_pdo_driver to keep number of methods under 10. |
| 136 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/drivers/pdo/pdo_driver.php | 31 | The class CI_DB_pdo_driver has an overall complexity of 83 which is very high. The configured complexity threshold is 50. |
| 137 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/drivers/pdo/pdo_driver.php | 626 | The method _update() has an NPath complexity of 250. The configured NPath complexity threshold is 200. |
| 138 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/drivers/pdo/pdo_forge.php | 78 | The method _create_table() has a Cyclomatic Complexity of 18. The configured cyclomatic complexity threshold is 10. |
| 139 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/drivers/pdo/pdo_forge.php | 78 | The method _create_table() has an NPath complexity of 4380. The configured NPath complexity threshold is 200. |
| 140 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/drivers/postgre/postgre_driver.php | 31 | The class CI_DB_postgre_driver has 30 methods. Consider refactoring CI_DB_postgre_driver to keep number of methods under 10. |
| 141 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/drivers/postgre/postgre_driver.php | 31 | The class CI_DB_postgre_driver has an overall complexity of 72 which is very high. The configured complexity threshold is 50. |
| 142 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/drivers/postgre/postgre_driver.php | 588 | The method _update() has an NPath complexity of 250. The configured NPath complexity threshold is 200. |
| 143 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/drivers/postgre/postgre_forge.php | 66 | The method _create_table() has a Cyclomatic Complexity of 36. The configured cyclomatic complexity threshold is 10. |
| 144 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/drivers/postgre/postgre_forge.php | 66 | The method _create_table() has an NPath complexity of 571725. The configured NPath complexity threshold is 200. |
| 145 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/drivers/postgre/postgre_forge.php | 66 | The method _create_table() has 144 lines of code. Current threshold is set to 100. Avoid really long methods. |
| 146 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/drivers/sqlite/sqlite_driver.php | 33 | The class CI_DB_sqlite_driver has 28 methods. Consider refactoring CI_DB_sqlite_driver to keep number of methods under 10. |
| 147 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/drivers/sqlite/sqlite_driver.php | 33 | The class CI_DB_sqlite_driver has an overall complexity of 62 which is very high. The configured complexity threshold is 50. |
| 148 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/drivers/sqlite/sqlite_driver.php | 539 | The method _update() has an NPath complexity of 250. The configured NPath complexity threshold is 200. |
| 149 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/drivers/sqlite/sqlite_forge.php | 75 | The method _create_table() has a Cyclomatic Complexity of 19. The configured cyclomatic complexity threshold is 10. |
| 150 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/drivers/sqlite/sqlite_forge.php | 75 | The method _create_table() has an NPath complexity of 6570. The configured NPath complexity threshold is 200. |
| 151 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/drivers/sqlsrv/sqlsrv_driver.php | 31 | The class CI_DB_sqlsrv_driver has 30 methods. Consider refactoring CI_DB_sqlsrv_driver to keep number of methods under 10. |
| 152 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/drivers/sqlsrv/sqlsrv_driver.php | 56 | The method db_connect() has an NPath complexity of 1875. The configured NPath complexity threshold is 200. |
| 153 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/drivers/sqlsrv/sqlsrv_forge.php | 79 | The method _create_table() has a Cyclomatic Complexity of 18. The configured cyclomatic complexity threshold is 10. |
| 154 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/database/drivers/sqlsrv/sqlsrv_forge.php | 79 | The method _create_table() has an NPath complexity of 4380. The configured NPath complexity threshold is 200. |
| 155 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/helpers/captcha_helper.php | 42 | The function create_captcha() has a Cyclomatic Complexity of 28. The configured cyclomatic complexity threshold is 10. |
| 156 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/helpers/captcha_helper.php | 42 | The function create_captcha() has an NPath complexity of 11664000. The configured NPath complexity threshold is 200. |
| 157 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/helpers/captcha_helper.php | 42 | The function create_captcha() has 199 lines of code. Current threshold is set to 100. Avoid really long methods. |
| 158 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/helpers/date_helper.php | 150 | The function timespan() has a Cyclomatic Complexity of 31. The configured cyclomatic complexity threshold is 10. |
| 159 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/helpers/date_helper.php | 150 | The function timespan() has an NPath complexity of 13436928. The configured NPath complexity threshold is 200. |
| 160 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/helpers/date_helper.php | 150 | The function timespan() has 100 lines of code. Current threshold is set to 100. Avoid really long methods. |
| 161 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/helpers/date_helper.php | 435 | The function human_to_unix() has a Cyclomatic Complexity of 17. The configured cyclomatic complexity threshold is 10. |
| 162 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/helpers/date_helper.php | 435 | The function human_to_unix() has an NPath complexity of 1662500. The configured NPath complexity threshold is 200. |
| 163 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/helpers/download_helper.php | 42 | The function force_download() has a Cyclomatic Complexity of 10. The configured cyclomatic complexity threshold is 10. |
| 164 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/helpers/download_helper.php | 42 | The function force_download() has an NPath complexity of 288. The configured NPath complexity threshold is 200. |
| 165 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/helpers/download_helper.php | 101 | The function force_download() contains an exit expression. |
| 166 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/helpers/file_helper.php | 281 | The function get_file_info() has a Cyclomatic Complexity of 12. The configured cyclomatic complexity threshold is 10. |
| 167 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/helpers/file_helper.php | 403 | The function symbolic_permissions() has a Cyclomatic Complexity of 23. The configured cyclomatic complexity threshold is 10. |
| 168 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/helpers/file_helper.php | 403 | The function symbolic_permissions() has an NPath complexity of 274625000. The configured NPath complexity threshold is 200. |
| 169 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/helpers/form_helper.php | 43 | The function form_open() has a Cyclomatic Complexity of 10. The configured cyclomatic complexity threshold is 10. |
| 170 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/helpers/form_helper.php | 308 | The function form_dropdown() has a Cyclomatic Complexity of 13. The configured cyclomatic complexity threshold is 10. |
| 171 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/helpers/form_helper.php | 308 | The function form_dropdown() has an NPath complexity of 780. The configured NPath complexity threshold is 200. |
| 172 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/helpers/form_helper.php | 707 | The function set_select() has a Cyclomatic Complexity of 10. The configured cyclomatic complexity threshold is 10. |
| 173 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/helpers/form_helper.php | 762 | The function set_checkbox() has a Cyclomatic Complexity of 10. The configured cyclomatic complexity threshold is 10. |
| 174 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/helpers/form_helper.php | 817 | The function set_radio() has a Cyclomatic Complexity of 10. The configured cyclomatic complexity threshold is 10. |
| 175 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/helpers/form_helper.php | 972 | The function _attributes_to_string() has a Cyclomatic Complexity of 16. The configured cyclomatic complexity threshold is 10. |
| 176 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/helpers/form_helper.php | 972 | The function _attributes_to_string() has an NPath complexity of 660. The configured NPath complexity threshold is 200. |
| 177 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/helpers/html_helper.php | 310 | The function link_tag() has a Cyclomatic Complexity of 10. The configured cyclomatic complexity threshold is 10. |
| 178 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/helpers/html_helper.php | 385 | The function meta() has an NPath complexity of 1878. The configured NPath complexity threshold is 200. |
| 179 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/helpers/string_helper.php | 196 | The function random_string() has a Cyclomatic Complexity of 15. The configured cyclomatic complexity threshold is 10. |
| 180 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/helpers/text_helper.php | 403 | The function word_wrap() has a Cyclomatic Complexity of 12. The configured cyclomatic complexity threshold is 10. |
| 181 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/helpers/text_helper.php | 403 | The function word_wrap() has an NPath complexity of 468. The configured NPath complexity threshold is 200. |
| 182 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/helpers/url_helper.php | 186 | The function anchor_popup() has an NPath complexity of 480. The configured NPath complexity threshold is 200. |
| 183 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/helpers/url_helper.php | 265 | The function safe_mailto() has a Cyclomatic Complexity of 16. The configured cyclomatic complexity threshold is 10. |
| 184 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/helpers/url_helper.php | 265 | The function safe_mailto() has an NPath complexity of 3648. The configured NPath complexity threshold is 200. |
| 185 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/helpers/url_helper.php | 380 | The function auto_link() has a Cyclomatic Complexity of 10. The configured cyclomatic complexity threshold is 10. |
| 186 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/helpers/url_helper.php | 545 | The function redirect() contains an exit expression. |
| 187 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Calendar.php | 29 | The class CI_Calendar has an overall complexity of 59 which is very high. The configured complexity threshold is 50. |
| 188 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Calendar.php | 98 | The method generate() has a Cyclomatic Complexity of 27. The configured cyclomatic complexity threshold is 10. |
| 189 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Calendar.php | 98 | The method generate() has an NPath complexity of 19328000. The configured NPath complexity threshold is 200. |
| 190 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Calendar.php | 98 | The method generate() has 152 lines of code. Current threshold is set to 100. Avoid really long methods. |
| 191 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Cart.php | 27 | The class CI_Cart has 13 methods. Consider refactoring CI_Cart to keep number of methods under 10. |
| 192 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Cart.php | 27 | The class CI_Cart has an overall complexity of 66 which is very high. The configured complexity threshold is 50. |
| 193 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Cart.php | 85 | The method insert() has a Cyclomatic Complexity of 11. The configured cyclomatic complexity threshold is 10. |
| 194 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Cart.php | 140 | The method _insert() has a Cyclomatic Complexity of 15. The configured cyclomatic complexity threshold is 10. |
| 195 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Cart.php | 140 | The method _insert() has an NPath complexity of 2160. The configured NPath complexity threshold is 200. |
| 196 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Cart.php | 140 | The method _insert() has 109 lines of code. Current threshold is set to 100. Avoid really long methods. |
| 197 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Cart.php | 265 | The method update() has a Cyclomatic Complexity of 12. The configured cyclomatic complexity threshold is 10. |
| 198 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Driver.php | 183 | The method __call() contains an exit expression. |
| 199 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Email.php | 29 | The class CI_Email has 2060 lines of code. Current threshold is 1000. Avoid really long classes. |
| 200 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Email.php | 29 | The class CI_Email has 71 public methods and attributes. Consider to reduce the number of public items under 45. |
| 201 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Email.php | 29 | The class CI_Email has 46 fields. Consider to redesign CI_Email to keep the number of fields under 15. |
| 202 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Email.php | 29 | The class CI_Email has 48 methods. Consider refactoring CI_Email to keep number of methods under 10. |
| 203 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Email.php | 29 | The class CI_Email has an overall complexity of 260 which is very high. The configured complexity threshold is 50. |
| 204 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Email.php | 866 | The method word_wrap() has a Cyclomatic Complexity of 13. The configured cyclomatic complexity threshold is 10. |
| 205 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Email.php | 866 | The method word_wrap() has an NPath complexity of 1404. The configured NPath complexity threshold is 200. |
| 206 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Email.php | 1013 | The method _build_message() has a Cyclomatic Complexity of 18. The configured cyclomatic complexity threshold is 10. |
| 207 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Email.php | 1013 | The method _build_message() has an NPath complexity of 2100. The configured NPath complexity threshold is 200. |
| 208 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Email.php | 1013 | The method _build_message() has 171 lines of code. Current threshold is set to 100. Avoid really long methods. |
| 209 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Email.php | 1198 | The method _prep_quoted_printable() has a Cyclomatic Complexity of 11. The configured cyclomatic complexity threshold is 10. |
| 210 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Email.php | 1358 | The method send() has a Cyclomatic Complexity of 11. The configured cyclomatic complexity threshold is 10. |
| 211 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Email.php | 1610 | The method _send_with_smtp() has a Cyclomatic Complexity of 10. The configured cyclomatic complexity threshold is 10. |
| 212 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Email.php | 1719 | The method _send_command() has a Cyclomatic Complexity of 11. The configured cyclomatic complexity threshold is 10. |
| 213 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Email.php | 1903 | The method _get_ip() has a Cyclomatic Complexity of 15. The configured cyclomatic complexity threshold is 10. |
| 214 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Email.php | 1903 | The method _get_ip() has an NPath complexity of 6000. The configured NPath complexity threshold is 200. |
| 215 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Encrypt.php | 29 | The class CI_Encrypt has 15 methods. Consider refactoring CI_Encrypt to keep number of methods under 10. |
| 216 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Form_validation.php | 27 | The class CI_Form_validation has 1352 lines of code. Current threshold is 1000. Avoid really long classes. |
| 217 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Form_validation.php | 27 | The class CI_Form_validation has 35 methods. Consider refactoring CI_Form_validation to keep number of methods under 10. |
| 218 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Form_validation.php | 27 | The class CI_Form_validation has an overall complexity of 200 which is very high. The configured complexity threshold is 50. |
| 219 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Form_validation.php | 74 | The method set_rules() has a Cyclomatic Complexity of 15. The configured cyclomatic complexity threshold is 10. |
| 220 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Form_validation.php | 74 | The method set_rules() has an NPath complexity of 3400. The configured NPath complexity threshold is 200. |
| 221 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Form_validation.php | 281 | The method run() has a Cyclomatic Complexity of 14. The configured cyclomatic complexity threshold is 10. |
| 222 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Form_validation.php | 281 | The method run() has an NPath complexity of 2440. The configured NPath complexity threshold is 200. |
| 223 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Form_validation.php | 470 | The method _execute() has a Cyclomatic Complexity of 41. The configured cyclomatic complexity threshold is 10. |
| 224 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Form_validation.php | 470 | The method _execute() has an NPath complexity of 22326168. The configured NPath complexity threshold is 200. |
| 225 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Form_validation.php | 470 | The method _execute() has 217 lines of code. Current threshold is set to 100. Avoid really long methods. |
| 226 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Form_validation.php | 759 | The method set_select() has a Cyclomatic Complexity of 10. The configured cyclomatic complexity threshold is 10. |
| 227 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Form_validation.php | 803 | The method set_radio() has a Cyclomatic Complexity of 10. The configured cyclomatic complexity threshold is 10. |
| 228 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Form_validation.php | 847 | The method set_checkbox() has a Cyclomatic Complexity of 10. The configured cyclomatic complexity threshold is 10. |
| 229 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Ftp.php | 27 | The class CI_FTP has 20 methods. Consider refactoring CI_FTP to keep number of methods under 10. |
| 230 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Ftp.php | 27 | The class CI_FTP has an overall complexity of 85 which is very high. The configured complexity threshold is 50. |
| 231 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Ftp.php | 238 | The method upload() has an NPath complexity of 240. The configured NPath complexity threshold is 200. |
| 232 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Ftp.php | 524 | The method mirror() has a Cyclomatic Complexity of 10. The configured cyclomatic complexity threshold is 10. |
| 233 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Image_lib.php | 27 | The class CI_Image_lib has 1507 lines of code. Current threshold is 1000. Avoid really long classes. |
| 234 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Image_lib.php | 27 | The class CI_Image_lib has 70 public methods and attributes. Consider to reduce the number of public items under 45. |
| 235 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Image_lib.php | 27 | The class CI_Image_lib has 45 fields. Consider to redesign CI_Image_lib to keep the number of fields under 15. |
| 236 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Image_lib.php | 27 | The class CI_Image_lib has 23 methods. Consider refactoring CI_Image_lib to keep number of methods under 10. |
| 237 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Image_lib.php | 27 | The class CI_Image_lib has an overall complexity of 205 which is very high. The configured complexity threshold is 50. |
| 238 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Image_lib.php | 127 | The method initialize() has a Cyclomatic Complexity of 35. The configured cyclomatic complexity threshold is 10. |
| 239 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Image_lib.php | 127 | The method initialize() has an NPath complexity of 223948800. The configured NPath complexity threshold is 200. |
| 240 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Image_lib.php | 127 | The method initialize() has 209 lines of code. Current threshold is set to 100. Avoid really long methods. |
| 241 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Image_lib.php | 447 | The method image_process_gd() has a Cyclomatic Complexity of 15. The configured cyclomatic complexity threshold is 10. |
| 242 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Image_lib.php | 447 | The method image_process_gd() has an NPath complexity of 1512. The configured NPath complexity threshold is 200. |
| 243 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Image_lib.php | 447 | The method image_process_gd() has 100 lines of code. Current threshold is set to 100. Avoid really long methods. |
| 244 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Image_lib.php | 629 | The method image_process_netpbm() has a Cyclomatic Complexity of 13. The configured cyclomatic complexity threshold is 10. |
| 245 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Image_lib.php | 871 | The method overlay_watermark() has a Cyclomatic Complexity of 15. The configured cyclomatic complexity threshold is 10. |
| 246 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Image_lib.php | 871 | The method overlay_watermark() has an NPath complexity of 1296. The configured NPath complexity threshold is 200. |
| 247 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Image_lib.php | 871 | The method overlay_watermark() has 104 lines of code. Current threshold is set to 100. Avoid really long methods. |
| 248 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Image_lib.php | 984 | The method text_watermark() has a Cyclomatic Complexity of 21. The configured cyclomatic complexity threshold is 10. |
| 249 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Image_lib.php | 984 | The method text_watermark() has an NPath complexity of 17280. The configured NPath complexity threshold is 200. |
| 250 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Image_lib.php | 984 | The method text_watermark() has 131 lines of code. Current threshold is set to 100. Avoid really long methods. |
| 251 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Image_lib.php | 1185 | The method image_save_gd() has a Cyclomatic Complexity of 10. The configured cyclomatic complexity threshold is 10. |
| 252 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Image_lib.php | 1281 | The method image_reproportion() has a Cyclomatic Complexity of 15. The configured cyclomatic complexity threshold is 10. |
| 253 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Image_lib.php | 1281 | The method image_reproportion() has an NPath complexity of 700. The configured NPath complexity threshold is 200. |
| 254 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Javascript.php | 27 | The class CI_Javascript has 42 methods. Consider refactoring CI_Javascript to keep number of methods under 10. |
| 255 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Javascript.php | 27 | The class CI_Javascript has an overall complexity of 70 which is very high. The configured complexity threshold is 50. |
| 256 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Javascript.php | 757 | The method generate_json() has a Cyclomatic Complexity of 10. The configured cyclomatic complexity threshold is 10. |
| 257 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Javascript.php | 757 | The method generate_json() has an NPath complexity of 240. The configured NPath complexity threshold is 200. |
| 258 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Migration.php | 95 | The method version() has a Cyclomatic Complexity of 14. The configured cyclomatic complexity threshold is 10. |
| 259 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Migration.php | 95 | The method version() has an NPath complexity of 11000. The configured NPath complexity threshold is 200. |
| 260 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Migration.php | 95 | The method version() has 116 lines of code. Current threshold is set to 100. Avoid really long methods. |
| 261 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Pagination.php | 27 | The class CI_Pagination has 32 fields. Consider to redesign CI_Pagination to keep the number of fields under 15. |
| 262 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Pagination.php | 27 | The class CI_Pagination has an overall complexity of 52 which is very high. The configured complexity threshold is 50. |
| 263 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Pagination.php | 115 | The method create_links() has a Cyclomatic Complexity of 45. The configured cyclomatic complexity threshold is 10. |
| 264 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Pagination.php | 115 | The method create_links() has an NPath complexity of 58834944000. The configured NPath complexity threshold is 200. |
| 265 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Pagination.php | 115 | The method create_links() has 221 lines of code. Current threshold is set to 100. Avoid really long methods. |
| 266 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Profiler.php | 33 | The class CI_Profiler has 12 methods. Consider refactoring CI_Profiler to keep number of methods under 10. |
| 267 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Profiler.php | 33 | The class CI_Profiler has an overall complexity of 56 which is very high. The configured complexity threshold is 50. |
| 268 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Profiler.php | 156 | The method _compile_queries() has a Cyclomatic Complexity of 11. The configured cyclomatic complexity threshold is 10. |
| 269 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Profiler.php | 156 | The method _compile_queries() has an NPath complexity of 328. The configured NPath complexity threshold is 200. |
| 270 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Session.php | 27 | The class CI_Session has 20 fields. Consider to redesign CI_Session to keep the number of fields under 15. |
| 271 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Session.php | 27 | The class CI_Session has 18 methods. Consider refactoring CI_Session to keep number of methods under 10. |
| 272 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Session.php | 27 | The class CI_Session has an overall complexity of 89 which is very high. The configured complexity threshold is 50. |
| 273 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Session.php | 56 | The method __construct() has an NPath complexity of 288. The configured NPath complexity threshold is 200. |
| 274 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Session.php | 135 | The method sess_read() has a Cyclomatic Complexity of 22. The configured cyclomatic complexity threshold is 10. |
| 275 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Session.php | 135 | The method sess_read() has an NPath complexity of 26568. The configured NPath complexity threshold is 200. |
| 276 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Session.php | 135 | The method sess_read() has 109 lines of code. Current threshold is set to 100. Avoid really long methods. |
| 277 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Table.php | 29 | The class CI_Table has an overall complexity of 70 which is very high. The configured complexity threshold is 50. |
| 278 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Table.php | 173 | The method _prep_args() has a Cyclomatic Complexity of 10. The configured cyclomatic complexity threshold is 10. |
| 279 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Table.php | 233 | The method generate() has a Cyclomatic Complexity of 26. The configured cyclomatic complexity threshold is 10. |
| 280 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Table.php | 233 | The method generate() has an NPath complexity of 621792. The configured NPath complexity threshold is 200. |
| 281 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Table.php | 233 | The method generate() has 142 lines of code. Current threshold is set to 100. Avoid really long methods. |
| 282 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Trackback.php | 29 | The class CI_Trackback has 13 methods. Consider refactoring CI_Trackback to keep number of methods under 10. |
| 283 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Trackback.php | 29 | The class CI_Trackback has an overall complexity of 63 which is very high. The configured complexity threshold is 50. |
| 284 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Trackback.php | 57 | The method send() has a Cyclomatic Complexity of 15. The configured cyclomatic complexity threshold is 10. |
| 285 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Trackback.php | 57 | The method send() has an NPath complexity of 1640. The configured NPath complexity threshold is 200. |
| 286 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Trackback.php | 138 | The method receive() has an NPath complexity of 451. The configured NPath complexity threshold is 200. |
| 287 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Trackback.php | 184 | The method send_error() contains an exit expression. |
| 288 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Trackback.php | 201 | The method send_success() contains an exit expression. |
| 289 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Trackback.php | 231 | The method process() has an NPath complexity of 600. The configured NPath complexity threshold is 200. |
| 290 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Typography.php | 63 | The method auto_typography() has a Cyclomatic Complexity of 19. The configured cyclomatic complexity threshold is 10. |
| 291 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Typography.php | 63 | The method auto_typography() has an NPath complexity of 54272. The configured NPath complexity threshold is 200. |
| 292 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Typography.php | 63 | The method auto_typography() has 179 lines of code. Current threshold is set to 100. Avoid really long methods. |
| 293 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Upload.php | 27 | The class CI_Upload has 1106 lines of code. Current threshold is 1000. Avoid really long classes. |
| 294 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Upload.php | 27 | The class CI_Upload has 50 public methods and attributes. Consider to reduce the number of public items under 45. |
| 295 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Upload.php | 27 | The class CI_Upload has 26 fields. Consider to redesign CI_Upload to keep the number of fields under 15. |
| 296 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Upload.php | 27 | The class CI_Upload has 16 methods. Consider refactoring CI_Upload to keep number of methods under 10. |
| 297 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Upload.php | 27 | The class CI_Upload has an overall complexity of 144 which is very high. The configured complexity threshold is 50. |
| 298 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Upload.php | 143 | The method do_upload() has a Cyclomatic Complexity of 27. The configured cyclomatic complexity threshold is 10. |
| 299 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Upload.php | 143 | The method do_upload() has an NPath complexity of 1416960. The configured NPath complexity threshold is 200. |
| 300 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Upload.php | 143 | The method do_upload() has 189 lines of code. Current threshold is set to 100. Avoid really long methods. |
| 301 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Upload.php | 584 | The method is_allowed_filetype() has a Cyclomatic Complexity of 11. The configured cyclomatic complexity threshold is 10. |
| 302 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Upload.php | 584 | The method is_allowed_filetype() has an NPath complexity of 288. The configured NPath complexity threshold is 200. |
| 303 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Upload.php | 824 | The method do_xss_clean() has a Cyclomatic Complexity of 10. The configured cyclomatic complexity threshold is 10. |
| 304 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Upload.php | 1023 | The method _file_mime_type() has a Cyclomatic Complexity of 20. The configured cyclomatic complexity threshold is 10. |
| 305 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Upload.php | 1023 | The method _file_mime_type() has an NPath complexity of 1890. The configured NPath complexity threshold is 200. |
| 306 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Upload.php | 1023 | The method _file_mime_type() has 106 lines of code. Current threshold is set to 100. Avoid really long methods. |
| 307 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/User_agent.php | 29 | The class CI_User_agent has 24 methods. Consider refactoring CI_User_agent to keep number of methods under 10. |
| 308 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/User_agent.php | 29 | The class CI_User_agent has an overall complexity of 75 which is very high. The configured complexity threshold is 50. |
| 309 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Xmlrpc.php | 33 | The class CI_Xmlrpc has 28 fields. Consider to redesign CI_Xmlrpc to keep the number of fields under 15. |
| 310 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Xmlrpc.php | 33 | The class CI_Xmlrpc has 12 methods. Consider refactoring CI_Xmlrpc to keep number of methods under 10. |
| 311 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Xmlrpc.php | 231 | The method values_parsing() has a Cyclomatic Complexity of 10. The configured cyclomatic complexity threshold is 10. |
| 312 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Xmlrpc.php | 610 | The class XML_RPC_Message has an overall complexity of 107 which is very high. The configured complexity threshold is 50. |
| 313 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Xmlrpc.php | 656 | The method parseResponse() has a Cyclomatic Complexity of 17. The configured cyclomatic complexity threshold is 10. |
| 314 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Xmlrpc.php | 656 | The method parseResponse() has an NPath complexity of 6912. The configured NPath complexity threshold is 200. |
| 315 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Xmlrpc.php | 656 | The method parseResponse() has 171 lines of code. Current threshold is set to 100. Avoid really long methods. |
| 316 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Xmlrpc.php | 846 | The method open_tag() has a Cyclomatic Complexity of 27. The configured cyclomatic complexity threshold is 10. |
| 317 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Xmlrpc.php | 846 | The method open_tag() has an NPath complexity of 420. The configured NPath complexity threshold is 200. |
| 318 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Xmlrpc.php | 948 | The method closing_tag() has a Cyclomatic Complexity of 35. The configured cyclomatic complexity threshold is 10. |
| 319 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Xmlrpc.php | 948 | The method closing_tag() has 139 lines of code. Current threshold is set to 100. Avoid really long methods. |
| 320 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Xmlrpc.php | 1116 | The method output_parameters() has a Cyclomatic Complexity of 10. The configured cyclomatic complexity threshold is 10. |
| 321 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Xmlrpc.php | 1324 | The method serializedata() has a Cyclomatic Complexity of 10. The configured cyclomatic complexity threshold is 10. |
| 322 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Xmlrpcs.php | 37 | The class CI_Xmlrpcs has 12 methods. Consider refactoring CI_Xmlrpcs to keep number of methods under 10. |
| 323 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Xmlrpcs.php | 37 | The class CI_Xmlrpcs has an overall complexity of 72 which is very high. The configured complexity threshold is 50. |
| 324 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Xmlrpcs.php | 141 | The method serve() contains an exit expression. |
| 325 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Xmlrpcs.php | 275 | The method _execute() has a Cyclomatic Complexity of 22. The configured cyclomatic complexity threshold is 10. |
| 326 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Xmlrpcs.php | 275 | The method _execute() has an NPath complexity of 49000. The configured NPath complexity threshold is 200. |
| 327 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Xmlrpcs.php | 275 | The method _execute() has 109 lines of code. Current threshold is set to 100. Avoid really long methods. |
| 328 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Xmlrpcs.php | 557 | The method do_multicall() has a Cyclomatic Complexity of 11. The configured cyclomatic complexity threshold is 10. |
| 329 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Xmlrpcs.php | 557 | The method do_multicall() has an NPath complexity of 360. The configured NPath complexity threshold is 200. |
| 330 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/Zip.php | 33 | The class CI_Zip has 11 methods. Consider refactoring CI_Zip to keep number of methods under 10. |
| 331 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/javascript/Jquery.php | 27 | The class CI_Jquery has 1042 lines of code. Current threshold is 1000. Avoid really long classes. |
| 332 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/javascript/Jquery.php | 27 | The class CI_Jquery has 54 public methods and attributes. Consider to reduce the number of public items under 45. |
| 333 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/javascript/Jquery.php | 27 | The class CI_Jquery has 47 methods. Consider refactoring CI_Jquery to keep number of methods under 10. |
| 334 | /home/riska/Adatbank/Egyetem/Msc/Diplomamunka/Proof concepts/Codeigniter/system/libraries/javascript/Jquery.php | 27 | The class CI_Jquery has an overall complexity of 79 which is very high. The configured complexity threshold is 50. |