Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 49 | ****** |
McCabe's Cyclomatic Number | MVG | 5 | ****** |
Lines of Comment | COM | 34 | ******** |
LOC/COM | L_C | 1.441 | |
MVG/COM | M_C | 0.147 | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 4 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 1 | |
Depth of Inheritance Tree | DIT | 1 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 10 | |
Information Flow measure ( inclusive ) | IF4 | 256 | ******** |
Information Flow measure ( visible ) | IF4v | 256 | ******** |
Information Flow measure ( concrete ) | IF4c | 0 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
declaration
./components/ogre/manipulation/EntityMoveManager.h:35 |
1 | 0 | 0 | ------ | ------ |
definition
./components/ogre/manipulation/EntityMoveManager.h:41 |
11 | 0 | 18 | ------ | ------ |
declaration
./components/ogre/manipulation/EntityMoveAdapter.h:33 |
1 | 0 | 0 | ------ | ------ |
declaration
./components/ogre/manipulation/EntityMoveAdjuster.h:32 |
1 | 0 | 0 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
EntityMoveManager( ) definition ./components/ogre/manipulation/EntityMoveManager.cpp:38 declaration ./components/ogre/manipulation/EntityMoveManager.h:44 | 2 | 0 | 0 | ------ | ------ |
GuiManager_EntityAction( const string &, EmberEntity * ) definition ./components/ogre/manipulation/EntityMoveManager.cpp:46 declaration ./components/ogre/manipulation/EntityMoveManager.h:88 | 6 | 1 | 5 | ------ | ------ |
runCommand( const string &, const string & ) definition ./components/ogre/manipulation/EntityMoveManager.cpp:63 declaration ./components/ogre/manipulation/EntityMoveManager.h:59 | 18 | 3 | 6 | ------ | ------ |
startMove( EmberEntity * ) definition ./components/ogre/manipulation/EntityMoveManager.cpp:53 declaration ./components/ogre/manipulation/EntityMoveManager.h:52 | 9 | 1 | 5 | ------ | ------ |