| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 67 | 13 |
| McCabe's Cyclomatic Number | MVG | 9 | 2 |
| Lines of Comment | COM | 37 | 7.400 |
| LOC/COM | L_C | 1.811 | |
| MVG/COM | M_C | 0.243 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 5 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| Depth of Inheritance Tree | DIT | 0 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 3 | |
| 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 |
|---|---|---|---|---|---|
| MainWindow( qint32, qint32, QWidget * ) definition ./ui/main_window/main_window.cpp:9 | 7 | 0 | 2 | ------ | ------ |
| configureAccessLevel( ) definition ./ui/main_window/main_window.cpp:20 | 26 | 7 | 24 | 1.083 | 0.292 |
| configureAllTableViews( ) definition ./ui/main_window/main_window.cpp:69 | 10 | 2 | 2 | ------ | ------ |
| disableSelection( QTableView * ) definition ./ui/main_window/main_window.cpp:86 | 7 | 0 | 3 | ------ | ------ |
| loadDefaultConfiguration( QTableView * ) definition ./ui/main_window/main_window.cpp:111 | 17 | 0 | 6 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
QTableView [V] pass by reference ./ui/main_window/main_window.cpp:86pass by reference ./ui/main_window/main_window.cpp:111QWidget [V] pass by reference ./ui/main_window/main_window.cpp:9qint32 [CV] pass by value ./ui/main_window/main_window.cpp:9pass by value ./ui/main_window/main_window.cpp:9 |