| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 29 | ****** |
| McCabe's Cyclomatic Number | MVG | 3 | ****** |
| Lines of Comment | COM | 2 | ******** |
| LOC/COM | L_C | 14.500 | |
| MVG/COM | M_C | ------ | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 5 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 5 | |
| Depth of Inheritance Tree | DIT | 0 | |
| Number of Children | NOC | 8 | |
| Coupling between objects | CBO | 9 | |
| Information Flow measure ( inclusive ) | IF4 | 64 | ******** |
| Information Flow measure ( visible ) | IF4v | 64 | ******** |
| Information Flow measure ( concrete ) | IF4c | 0 | ******** |
| Description | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
definition
./framework/Singleton.h:31 |
6 | 0 | 2 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| Singleton( void ) definition ./framework/Singleton.h:38 | 5 | 0 | 0 | ------ | ------ |
| getSingleton( void ) definition ./framework/Singleton.h:49 | 5 | 1 | 0 | ------ | ------ |
| getSingletonPtr( void ) definition ./framework/Singleton.h:55 | 5 | 1 | 0 | ------ | ------ |
| instance( void ) definition ./framework/Singleton.h:61 | 4 | 1 | 0 | ------ | ------ |
| ~Singleton( void ) definition ./framework/Singleton.h:44 | 4 | 0 | 0 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
ConsoleObjectImpl [CV] inheritance ./components/ogre/ConsoleObjectImpl.h:27EmberModelMappingManager [CV] inheritance ./components/ogre/model/mapping/EmberModelMappingManager.h:48Foliage [CV] inheritance ./components/ogre/environment/Foliage.h:41Input [CV] inheritance ./components/ogre/input/Input.h:82ModelDefinitionManager [CV] inheritance ./components/ogre/model/ModelDefinitionManager.h:39MotionManager [CV] inheritance ./components/ogre/MotionManager.h:38OpcodeCollisionDetectorVisualizer [CV] inheritance ./components/ogre/OpcodeCollisionDetectorVisualizer.h:47TerrainLayerDefinitionManager [CV] inheritance ./components/ogre/terrain/TerrainLayerDefinitionManager.h:39 |
T [V] has by reference ./framework/Singleton.h:35 |