Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 37 | ****** |
McCabe's Cyclomatic Number | MVG | 1 | ****** |
Lines of Comment | COM | 23 | ******** |
LOC/COM | L_C | 1.609 | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 4 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 7 | |
Information Flow measure ( inclusive ) | IF4 | 144 | ******** |
Information Flow measure ( visible ) | IF4v | 144 | ******** |
Information Flow measure ( concrete ) | IF4c | 0 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
declaration
./components/ogre/model/mapping/IActionCreator.h:35 |
1 | 0 | 0 | ------ | ------ |
declaration
./components/ogre/model/mapping/ModelMappingCreator.h:59 |
1 | 0 | 0 | ------ | ------ |
declaration
./components/ogre/model/mapping/ModelMappingManager.h:53 |
1 | 0 | 0 | ------ | ------ |
definition
./components/ogre/model/mapping/ModelMapping.h:110 |
9 | 0 | 14 | ------ | ------ |
definition
./components/ogre/jesus/Jesus.h:227 |
6 | 0 | 3 | ------ | ------ |
declaration
./components/ogre/EmberPhysicalEntity.h:34 |
1 | 0 | 0 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
ModelMapping( Entity * ) definition ./components/ogre/model/mapping/ModelMapping.cpp:34 declaration ./components/ogre/model/mapping/ModelMapping.h:115 | 4 | 0 | 0 | ------ | ------ |
getRootEntityMatch( ) definition ./components/ogre/model/mapping/ModelMapping.cpp:42 declaration ./components/ogre/model/mapping/ModelMapping.h:122 | 5 | 1 | 3 | ------ | ------ |
initialize( ) definition ./components/ogre/model/mapping/ModelMapping.cpp:48 declaration ./components/ogre/model/mapping/ModelMapping.h:127 | 5 | 0 | 3 | ------ | ------ |
~ModelMapping( ) definition ./components/ogre/model/mapping/ModelMapping.cpp:38 declaration ./components/ogre/model/mapping/ModelMapping.h:117 | 4 | 0 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
EmberEntityActionCreator [V] pass by reference ./components/ogre/EmberEntityActionCreator.h:44 pass by reference ./components/ogre/EmberEntityActionCreator.cpp:42 IActionCreator [V] pass by reference ./components/ogre/model/mapping/IActionCreator.h:51 IconActionCreator [V] pass by reference ./components/ogre/widgets/icons/IconManager.cpp:59 ModelMappingCreator [V] has by reference ./components/ogre/model/mapping/ModelMappingCreator.h:160 |
Entity [V] pass by reference ./components/ogre/model/mapping/ModelMapping.cpp:34 pass by reference ./components/ogre/model/mapping/ModelMapping.h:115 has by reference ./components/ogre/model/mapping/ModelMapping.h:134 EntityTypeMatch [CV] has by value ./components/ogre/model/mapping/ModelMapping.h:132 string [CV] has by value ./components/ogre/jesus/Jesus.h:231 has by value ./components/ogre/jesus/Jesus.h:232 |