| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 22 | ****** |
| McCabe's Cyclomatic Number | MVG | 0 | ****** |
| Lines of Comment | COM | 1 | ******** |
| LOC/COM | L_C | 22.000 | |
| MVG/COM | M_C | ------ | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 9 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 2 | |
| Depth of Inheritance Tree | DIT | 1 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 12 | |
| Information Flow measure ( inclusive ) | IF4 | 400 | ******** |
| Information Flow measure ( visible ) | IF4v | 400 | ******** |
| Information Flow measure ( concrete ) | IF4c | 0 | ******** |
| Description | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
declaration
./components/ogre/widgets/IngameChatWidget.h:54 |
1 | 0 | 0 | ------ | ------ |
definition
./components/ogre/widgets/IngameChatWidget.h:71 |
10 | 0 | 1 | ------ | ------ |
declaration
./components/ogre/widgets/IngameChatWidget.h:219 |
1 | 0 | 0 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| EntityObserver( IngameChatWidget &, EmberPhysicalEntity * ) declaration ./components/ogre/widgets/IngameChatWidget.h:74definition ./components/ogre/widgets/IngameChatWidget.cpp:336 | 2 | 0 | 0 | ------ | ------ |
| entity_BeingDeleted( ) declaration ./components/ogre/widgets/IngameChatWidget.h:89 | 1 | 0 | 0 | ------ | ------ |
| entity_Say( const Root & ) declaration ./components/ogre/widgets/IngameChatWidget.h:90 | 1 | 0 | 0 | ------ | ------ |
| entity_VisibilityChanged( bool ) declaration ./components/ogre/widgets/IngameChatWidget.h:88 | 1 | 0 | 0 | ------ | ------ |
| entity_attributeChanged( const Element & ) declaration ./components/ogre/widgets/IngameChatWidget.h:91 | 1 | 0 | 0 | ------ | ------ |
| hideLabel( ) declaration ./components/ogre/widgets/IngameChatWidget.h:86 | 1 | 0 | 0 | ------ | ------ |
| showLabel( ) declaration ./components/ogre/widgets/IngameChatWidget.h:85 | 1 | 0 | 0 | ------ | ------ |
| updateLabel( const Camera * ) declaration ./components/ogre/widgets/IngameChatWidget.h:76 | 1 | 0 | 0 | ------ | ------ |
| ~EntityObserver( ) declaration ./components/ogre/widgets/IngameChatWidget.h:75 | 1 | 0 | 0 | ------ | ------ |