Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 22 | ****** |
McCabe's Cyclomatic Number | MVG | 1 | ****** |
Lines of Comment | COM | 1 | ******** |
LOC/COM | L_C | 22.000 | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 4 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
Depth of Inheritance Tree | DIT | 3 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 8 | |
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/PersonEmberEntity.h:26 |
4 | 0 | 0 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
PersonEmberEntity( const string &, TypeInfo *, View *, SceneManager *, SceneNode * ) definition ./components/ogre/PersonEmberEntity.cpp:26 declaration ./components/ogre/PersonEmberEntity.h:29 | 5 | 0 | 0 | ------ | ------ |
allowVisibilityOfMember( EmberEntity * ) definition ./components/ogre/PersonEmberEntity.cpp:41 declaration ./components/ogre/PersonEmberEntity.h:32 | 5 | 1 | 0 | ------ | ------ |
init( const RootEntity & ) definition ./components/ogre/PersonEmberEntity.cpp:35 declaration ./components/ogre/PersonEmberEntity.h:35 | 5 | 0 | 1 | ------ | ------ |
~PersonEmberEntity( ) definition ./components/ogre/PersonEmberEntity.cpp:32 declaration ./components/ogre/PersonEmberEntity.h:30 | 3 | 0 | 0 | ------ | ------ |