Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 77 | ****** |
McCabe's Cyclomatic Number | MVG | 14 | ****** |
Lines of Comment | COM | 12 | ******** |
LOC/COM | L_C | 6.417 | |
MVG/COM | M_C | 1.167 | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 8 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 10 | |
Information Flow measure ( inclusive ) | IF4 | 441 | ******** |
Information Flow measure ( visible ) | IF4v | 441 | ******** |
Information Flow measure ( concrete ) | IF4c | 0 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
declaration
./components/ogre/widgets/JesusEdit.h:66 |
1 | 0 | 0 | ------ | ------ |
declaration
./components/ogre/jesus/Jesus.h:60 |
1 | 0 | 0 | ------ | ------ |
definition
./components/ogre/jesus/Jesus.h:240 |
9 | 0 | 5 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
Construction( BluePrint *, Jesus *, SceneNode * ) declaration ./components/ogre/jesus/Jesus.h:243 definition ./components/ogre/jesus/Jesus.cpp:127 | 8 | 0 | 0 | ------ | ------ |
buildFromBluePrint( bool ) declaration ./components/ogre/jesus/Jesus.h:250 definition ./components/ogre/jesus/Jesus.cpp:145 | 14 | 2 | 0 | ------ | ------ |
createModelBlock( const BuildingBlock *, bool ) declaration ./components/ogre/jesus/Jesus.h:258 definition ./components/ogre/jesus/Jesus.cpp:162 | 11 | 2 | 5 | ------ | ------ |
getBluePrint( ) definition ./components/ogre/jesus/Jesus.h:247 | 1 | 1 | 0 | ------ | ------ |
getJesus( ) definition ./components/ogre/jesus/Jesus.h:246 | 1 | 1 | 1 | ------ | ------ |
getModelBlocks( ) declaration ./components/ogre/jesus/Jesus.h:260 definition ./components/ogre/jesus/Jesus.cpp:196 | 5 | 1 | 0 | ------ | ------ |
remove( ModelBlock * ) declaration ./components/ogre/jesus/Jesus.h:262 definition ./components/ogre/jesus/Jesus.cpp:175 | 19 | 6 | 0 | ------ | ****** |
~Construction( ) declaration ./components/ogre/jesus/Jesus.h:244 definition ./components/ogre/jesus/Jesus.cpp:137 | 7 | 1 | 1 | ------ | ------ |