| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 29 | 4 |
| McCabe's Cyclomatic Number | MVG | 6 | 1 |
| Lines of Comment | COM | 3 | 0.429 |
| LOC/COM | L_C | 9.667 | |
| MVG/COM | M_C | 2.000 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 7 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| Depth of Inheritance Tree | DIT | 0 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 0 | |
| Information Flow measure ( inclusive ) | IF4 | 0 | 0.000 |
| Information Flow measure ( visible ) | IF4v | 0 | 0.000 |
| Information Flow measure ( concrete ) | IF4c | 0 | 0.000 |
| Description | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| No module extents have been identified for this module | |||||
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| QTEST_MAIN( DayManagerTest ) definition ./tests_class/day_manager_test.cpp:174 | 1 | 0 | 0 | ------ | ------ |
| QTEST_MAIN( ReservationManagerTest ) definition ./tests_class/reservation_manager_test.cpp:67 | 1 | 0 | 0 | ------ | ------ |
| enableSelection( QTableView * ) definition ./ui/main_window/main_window.cpp:100 | 6 | 0 | 2 | ------ | ------ |
| executor( TEST_DB ) declaration ./tests_schema/tests/sqlite_database_foreign_key_test.cpp:30 | 1 | 0 | 0 | ------ | ------ |
| main( ... ) definition ./src/main.cpp:6 | 14 | 5 | 1 | ------ | 5.000 |
| main( int, char ** ) definition ./tests_schema/tests/main_test.cpp:3 | 4 | 1 | 0 | ------ | ------ |
| remove( ... ) declaration ./tests_schema/tests/sqlite_database_crud_test.cpp:30declaration ./tests_schema/tests/sqlite_database_trigger_test.cpp:31 | 2 | 0 | 0 | ------ | ------ |
| Clients | Suppliers |
|---|---|