Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 21 | ****** |
McCabe's Cyclomatic Number | MVG | 0 | ****** |
Lines of Comment | COM | 22 | ******** |
LOC/COM | L_C | 0.955 | |
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 | 0 | |
Coupling between objects | CBO | 4 | |
Information Flow measure ( inclusive ) | IF4 | 9 | ******** |
Information Flow measure ( visible ) | IF4v | 9 | ******** |
Information Flow measure ( concrete ) | IF4c | 0 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
definition
./components/ogre/manipulation/EntityMoveAdjuster.h:38 |
8 | 0 | 13 | ------ | ------ |
declaration
./components/ogre/manipulation/EntityMoveAdjuster.h:78 |
1 | 0 | 0 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
EntityMoveAdjustmentInstance( EntityMoveAdjuster *, EmberEntity * ) definition ./components/ogre/manipulation/EntityMoveAdjuster.cpp:29 declaration ./components/ogre/manipulation/EntityMoveAdjuster.h:47 | 6 | 0 | 6 | ------ | ------ |
timout_Expired( ) definition ./components/ogre/manipulation/EntityMoveAdjuster.cpp:35 declaration ./components/ogre/manipulation/EntityMoveAdjuster.h:63 | 6 | 0 | 3 | ------ | ------ |
Clients | Suppliers |
---|---|
EntityMoveAdjuster [V] pass by reference ./components/ogre/manipulation/EntityMoveAdjuster.cpp:50 pass by reference ./components/ogre/manipulation/EntityMoveAdjuster.h:98 |
EmberEntity [V] pass by reference ./components/ogre/manipulation/EntityMoveAdjuster.cpp:29 pass by reference ./components/ogre/manipulation/EntityMoveAdjuster.h:47 has by reference ./components/ogre/manipulation/EntityMoveAdjuster.h:53 EntityMoveAdjuster [V] pass by reference ./components/ogre/manipulation/EntityMoveAdjuster.cpp:29 pass by reference ./components/ogre/manipulation/EntityMoveAdjuster.h:47 has by reference ./components/ogre/manipulation/EntityMoveAdjuster.h:68 Timeout [CV] has by value ./components/ogre/manipulation/EntityMoveAdjuster.h:58 |