Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 93 | ****** |
McCabe's Cyclomatic Number | MVG | 18 | ****** |
Lines of Comment | COM | 10 | ******** |
LOC/COM | L_C | 9.300 | |
MVG/COM | M_C | 1.800 | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 10 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 2 | |
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 |
---|---|---|---|---|---|
AcceptValue( int ) definition dialog.cpp:66 | 3 | 0 | 2 | ------ | ------ |
CloseDialog( ) definition dialog.cpp:61 | 3 | 0 | 2 | ------ | ------ |
ConfigDialog( ) definition dialog.cpp:12 | 34 | 0 | 6 | 5.667 | ------ |
accepted( ) definition dialog.cpp:71 | 3 | 0 | 0 | ------ | ------ |
changePage( QListWidgetItem *, QListWidgetItem * ) definition dialog.cpp:93 | 6 | 1 | 0 | ------ | ------ |
createIcons( ) definition dialog.cpp:75 | 15 | 0 | 0 | ------ | ------ |
getStaticMetaObject( ) definition moc_dialog.cpp:55 | 1 | 1 | 0 | ------ | ------ |
metaObject( ) definition moc_dialog.cpp:58 | 4 | 2 | 0 | ------ | ------ |
qt_metacall( Call, int, void ** ) definition moc_dialog.cpp:71 | 17 | 9 | 0 | ------ | ****** |
qt_metacast( const char * ) definition moc_dialog.cpp:63 | 7 | 5 | 0 | ------ | ****** |
Clients | Suppliers |
---|---|
Call [CV] pass by value moc_dialog.cpp:71 QListWidgetItem [V] pass by reference dialog.cpp:93 pass by reference dialog.cpp:94 |