Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 29 | ****** |
McCabe's Cyclomatic Number | MVG | 1 | ****** |
Lines of Comment | COM | 19 | ******** |
LOC/COM | L_C | 1.526 | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 14 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
Depth of Inheritance Tree | DIT | 1 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 13 | |
Information Flow measure ( inclusive ) | IF4 | 484 | ******** |
Information Flow measure ( visible ) | IF4v | 484 | ******** |
Information Flow measure ( concrete ) | IF4c | 0 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
declaration
./components/ogre/widgets/IngameChatWidget.h:55 |
1 | 0 | 0 | ------ | ------ |
definition
./components/ogre/widgets/IngameChatWidget.h:100 |
14 | 0 | 4 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
Label( Window *, WindowManager *, IngameChatWidget &, const string & ) declaration ./components/ogre/widgets/IngameChatWidget.h:106 | 1 | 0 | 3 | ------ | ------ |
buttonResponse_Click( const EventArgs & ) declaration ./components/ogre/widgets/IngameChatWidget.h:150 | 1 | 0 | 0 | ------ | ------ |
frameStarted( const FrameEvent & ) declaration ./components/ogre/widgets/IngameChatWidget.h:131 | 1 | 0 | 3 | ------ | ------ |
getActive( ) declaration ./components/ogre/widgets/IngameChatWidget.h:124 | 1 | 0 | 0 | ------ | ------ |
getEntity( ) declaration ./components/ogre/widgets/IngameChatWidget.h:119 | 1 | 0 | 3 | ------ | ------ |
getIngameChatWidget( ) definition ./components/ogre/widgets/IngameChatWidget.h:138 | 1 | 1 | 0 | ------ | ------ |
getWindow( ) declaration ./components/ogre/widgets/IngameChatWidget.h:127 | 1 | 0 | 0 | ------ | ------ |
markForRender( ) declaration ./components/ogre/widgets/IngameChatWidget.h:125 | 1 | 0 | 0 | ------ | ------ |
placeWindowOnEntity( ) declaration ./components/ogre/widgets/IngameChatWidget.h:136 | 1 | 0 | 3 | ------ | ------ |
setActive( bool ) declaration ./components/ogre/widgets/IngameChatWidget.h:123 | 1 | 0 | 0 | ------ | ------ |
setEntity( EmberEntity * ) declaration ./components/ogre/widgets/IngameChatWidget.h:121 | 1 | 0 | 0 | ------ | ------ |
updateEntityName( ) declaration ./components/ogre/widgets/IngameChatWidget.h:140 | 1 | 0 | 0 | ------ | ------ |
updateText( const string & ) declaration ./components/ogre/widgets/IngameChatWidget.h:113 | 1 | 0 | 3 | ------ | ------ |
~Label( ) declaration ./components/ogre/widgets/IngameChatWidget.h:108 | 1 | 0 | 0 | ------ | ------ |