| 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:38IconActionCreator [CV] inheritance ./components/ogre/widgets/icons/IconManager.cpp:49ModelMappingCreator [V] pass by reference ./components/ogre/model/mapping/ModelMappingCreator.h:77has by reference ./components/ogre/model/mapping/ModelMappingCreator.h:158pass by reference ./components/ogre/model/mapping/ModelMappingCreator.cpp:76ModelMappingManager [V] pass by reference ./components/ogre/model/mapping/ModelMappingManager.cpp:124pass by reference ./components/ogre/model/mapping/ModelMappingManager.h:102 |
CaseBase [V] pass by reference ./components/ogre/model/mapping/IActionCreator.h:51CaseDefinition [V] pass by reference ./components/ogre/model/mapping/IActionCreator.h:51ModelMapping [V] pass by reference ./components/ogre/model/mapping/IActionCreator.h:51 |