Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 84 | ****** |
McCabe's Cyclomatic Number | MVG | 19 | ****** |
Lines of Comment | COM | 8 | ******** |
LOC/COM | L_C | 10.500 | |
MVG/COM | M_C | 2.375 | |
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 | 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 |
---|---|---|---|---|---|
ButtonClicked( ) definition dialogpages.cpp:50 | 27 | 4 | 1 | 27.000 | ------ |
CreateNewPage( QWidget * ) definition dialogpages.cpp:11 | 25 | 0 | 6 | 4.167 | ------ |
getStaticMetaObject( ) definition moc_dialogpages.cpp:53 | 1 | 1 | 0 | ------ | ------ |
metaObject( ) definition moc_dialogpages.cpp:56 | 4 | 2 | 0 | ------ | ------ |
qt_metacall( Call, int, void ** ) definition moc_dialogpages.cpp:69 | 15 | 7 | 0 | ------ | ****** |
qt_metacast( const char * ) definition moc_dialogpages.cpp:61 | 7 | 5 | 0 | ------ | ****** |
return_to_parent( int ) definition moc_dialogpages.cpp:86 | 5 | 0 | 1 | ------ | ------ |
Clients | Suppliers |
---|---|
Call [CV] pass by value moc_dialogpages.cpp:69 QWidget [V] pass by reference dialogpages.cpp:11 |