Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 102 | ****** |
McCabe's Cyclomatic Number | MVG | 16 | ****** |
Lines of Comment | COM | 36 | ******** |
LOC/COM | L_C | 2.833 | |
MVG/COM | M_C | 0.444 | |
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 |
---|---|---|---|---|---|
StickPersonObject( ) definition UMLnodes_usecase.cpp:14 | 10 | 0 | 7 | ------ | ------ |
draw( QPainter & ) definition UMLnodes_usecase.cpp:29 | 59 | 1 | 26 | 2.269 | ------ |
getDialog( ) definition UMLnodes_usecase.cpp:133 | 7 | 1 | 3 | ------ | ------ |
getStaticMetaObject( ) definition moc_UMLnodes_usecase.cpp:98 | 1 | 1 | 0 | ------ | ------ |
metaObject( ) definition moc_UMLnodes_usecase.cpp:101 | 4 | 2 | 0 | ------ | ------ |
qt_metacall( Call, int, void ** ) definition moc_UMLnodes_usecase.cpp:114 | 14 | 6 | 0 | ------ | ****** |
qt_metacast( const char * ) definition moc_UMLnodes_usecase.cpp:106 | 7 | 5 | 0 | ------ | ****** |
Clients | Suppliers |
---|---|
Call [CV] pass by value moc_UMLnodes_usecase.cpp:114 QPainter [V] pass by reference UMLnodes_usecase.cpp:29 |