Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 33 | ****** |
McCabe's Cyclomatic Number | MVG | 2 | ****** |
Lines of Comment | COM | 6 | ******** |
LOC/COM | L_C | 5.500 | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 4 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 2 | |
Depth of Inheritance Tree | DIT | 1 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 7 | |
Information Flow measure ( inclusive ) | IF4 | 36 | ******** |
Information Flow measure ( visible ) | IF4v | 25 | ******** |
Information Flow measure ( concrete ) | IF4c | 4 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
definition
./components/ogre/widgets/IngameChatWidget.h:56 |
8 | 0 | 0 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
MovableObjectListener( EntityObserver &, EmberPhysicalEntity * ) declaration ./components/ogre/widgets/IngameChatWidget.h:59 definition ./components/ogre/widgets/IngameChatWidget.cpp:307 | 5 | 0 | 5 | ------ | ------ |
objectRendering( const MovableObject *, const Camera * ) declaration ./components/ogre/widgets/IngameChatWidget.h:62 definition ./components/ogre/widgets/IngameChatWidget.cpp:328 | 6 | 1 | 0 | ------ | ------ |
setObserving( bool ) declaration ./components/ogre/widgets/IngameChatWidget.h:63 definition ./components/ogre/widgets/IngameChatWidget.cpp:317 | 9 | 1 | 1 | ------ | ------ |
~MovableObjectListener( ) declaration ./components/ogre/widgets/IngameChatWidget.h:60 definition ./components/ogre/widgets/IngameChatWidget.cpp:312 | 5 | 0 | 0 | ------ | ------ |