Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 115 | ****** |
McCabe's Cyclomatic Number | MVG | 0 | ****** |
Lines of Comment | COM | 38 | ******** |
LOC/COM | L_C | 3.026 | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 8 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 1 | |
Information Flow measure ( inclusive ) | IF4 | 0 | ******** |
Information Flow measure ( visible ) | IF4v | 0 | ******** |
Information Flow measure ( concrete ) | IF4c | 0 | ******** |
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 |
---|---|---|---|---|---|
OptionsDialog( QWidget * ) definition optionsdialog.cpp:7 | 22 | 0 | 6 | 3.667 | ------ |
acknowledge( ) definition optionsdialog.cpp:155 | 11 | 0 | 7 | ------ | ------ |
buttonSetup( ) definition optionsdialog.cpp:54 | 7 | 0 | 1 | ------ | ------ |
initValues( ) definition optionsdialog.cpp:37 | 10 | 0 | 3 | ------ | ------ |
lineTabSetup( ) definition optionsdialog.cpp:92 | 19 | 0 | 5 | ------ | ------ |
quit( ) definition optionsdialog.cpp:174 | 4 | 0 | 2 | ------ | ------ |
shapeTabSetup( ) definition optionsdialog.cpp:63 | 18 | 0 | 8 | ------ | ------ |
textTabSetup( ) definition optionsdialog.cpp:119 | 24 | 0 | 6 | 4.000 | ------ |
Clients | Suppliers |
---|---|
QWidget [V] pass by reference optionsdialog.cpp:7 |