Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 49 | ****** |
McCabe's Cyclomatic Number | MVG | 7 | ****** |
Lines of Comment | COM | 17 | ******** |
LOC/COM | L_C | 2.882 | |
MVG/COM | M_C | 0.412 | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 3 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 2 | |
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 |
---|---|---|---|---|---|
definition
./components/ogre/gui/ActiveWidgetHandler.h:36 |
7 | 0 | 13 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
ActiveWidgetHandler( ... ) declaration ./components/ogre/gui/ActiveWidgetHandler.h:38 definition ./components/ogre/gui/ActiveWidgetHandler.cpp:36 | 6 | 0 | 1 | ------ | ------ |
Input_InputModeChanged( InputMode ) declaration ./components/ogre/gui/ActiveWidgetHandler.h:43 definition ./components/ogre/gui/ActiveWidgetHandler.cpp:50 | 32 | 7 | 3 | 10.667 | 2.333 |
~ActiveWidgetHandler( ) declaration ./components/ogre/gui/ActiveWidgetHandler.h:40 definition ./components/ogre/gui/ActiveWidgetHandler.cpp:46 | 4 | 0 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
string [CV] has by value ./components/ogre/gui/ActiveWidgetHandler.h:48 |