Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 9 | ****** |
McCabe's Cyclomatic Number | MVG | 0 | ****** |
Lines of Comment | COM | 9 | ******** |
LOC/COM | L_C | ------ | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 2 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 1 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 2 | |
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 |
---|---|---|---|---|---|
definition
./components/ogre/model/mapping/IActionCreator.h:42 |
5 | 0 | 5 | ------ | ------ |
declaration
./components/ogre/model/mapping/ModelMappingCreator.h:60 |
1 | 0 | 0 | ------ | ------ |
declaration
./components/ogre/model/mapping/ModelMappingManager.h:54 |
1 | 0 | 0 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
createActions( ModelMapping &, CaseBase *, CaseDefinition & ) declaration ./components/ogre/model/mapping/IActionCreator.h:51 | 1 | 0 | 4 | ------ | ------ |
~IActionCreator( ) definition ./components/ogre/model/mapping/IActionCreator.h:45 | 1 | 0 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
EmberEntityActionCreator [CV] inheritance ./components/ogre/EmberEntityActionCreator.h:38 IconActionCreator [CV] inheritance ./components/ogre/widgets/icons/IconManager.cpp:49 ModelMappingCreator [V] pass by reference ./components/ogre/model/mapping/ModelMappingCreator.h:77 has by reference ./components/ogre/model/mapping/ModelMappingCreator.h:158 pass by reference ./components/ogre/model/mapping/ModelMappingCreator.cpp:76 ModelMappingManager [V] pass by reference ./components/ogre/model/mapping/ModelMappingManager.cpp:124 pass by reference ./components/ogre/model/mapping/ModelMappingManager.h:102 |
CaseBase [V] pass by reference ./components/ogre/model/mapping/IActionCreator.h:51 CaseDefinition [V] pass by reference ./components/ogre/model/mapping/IActionCreator.h:51 ModelMapping [V] pass by reference ./components/ogre/model/mapping/IActionCreator.h:51 |