Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 29 | ****** |
McCabe's Cyclomatic Number | MVG | 3 | ****** |
Lines of Comment | COM | 3 | ******** |
LOC/COM | L_C | 9.667 | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 3 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 2 | |
Depth of Inheritance Tree | DIT | 1 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 5 | |
Information Flow measure ( inclusive ) | IF4 | 0 | ******** |
Information Flow measure ( visible ) | IF4v | 0 | ******** |
Information Flow measure ( concrete ) | IF4c | 0 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
definition
./components/ogre/EmberEntityActionCreator.h:38 |
6 | 0 | 3 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
EmberEntityActionCreator( EmberPhysicalEntity & ) declaration ./components/ogre/EmberEntityActionCreator.h:41 definition ./components/ogre/EmberEntityActionCreator.cpp:32 | 5 | 0 | 0 | ------ | ------ |
createActions( ModelMapping &, CaseBase *, CaseDefinition & ) declaration ./components/ogre/EmberEntityActionCreator.h:44 definition ./components/ogre/EmberEntityActionCreator.cpp:42 | 14 | 3 | 0 | ------ | ------ |
~EmberEntityActionCreator( ) declaration ./components/ogre/EmberEntityActionCreator.h:43 definition ./components/ogre/EmberEntityActionCreator.cpp:38 | 4 | 0 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
CaseBase [V] pass by reference ./components/ogre/EmberEntityActionCreator.h:44 pass by reference ./components/ogre/EmberEntityActionCreator.cpp:42 CaseDefinition [V] pass by reference ./components/ogre/EmberEntityActionCreator.h:44 pass by reference ./components/ogre/EmberEntityActionCreator.cpp:42 EmberPhysicalEntity [V] pass by reference ./components/ogre/EmberEntityActionCreator.h:41 has by reference ./components/ogre/EmberEntityActionCreator.h:46 pass by reference ./components/ogre/EmberEntityActionCreator.cpp:32 IActionCreator [CV] inheritance ./components/ogre/EmberEntityActionCreator.h:38 ModelMapping [V] pass by reference ./components/ogre/EmberEntityActionCreator.h:44 pass by reference ./components/ogre/EmberEntityActionCreator.cpp:42 |