Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 226 | ****** |
McCabe's Cyclomatic Number | MVG | 44 | ****** |
Lines of Comment | COM | 83 | ******** |
LOC/COM | L_C | 2.723 | |
MVG/COM | M_C | 0.530 | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 14 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 13 | |
Information Flow measure ( inclusive ) | IF4 | 1764 | ******** |
Information Flow measure ( visible ) | IF4v | 1764 | ******** |
Information Flow measure ( concrete ) | IF4c | 0 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
declaration
./components/ogre/widgets/JesusEdit.h:52 |
1 | 0 | 0 | ------ | ------ |
declaration
./components/ogre/EmberOgre.h:49 |
1 | 0 | 0 | ------ | ------ |
declaration
./components/ogre/carpenter/BluePrint.h:46 |
1 | 0 | 0 | ------ | ------ |
declaration
./components/ogre/carpenter/BluePrint.h:69 |
1 | 0 | 0 | ------ | ------ |
declaration
./components/ogre/carpenter/BluePrint.h:104 |
1 | 0 | 0 | ------ | ------ |
definition
./components/ogre/carpenter/BluePrint.h:167 |
5 | 1 | 5 | ------ | ------ |
declaration
./components/ogre/carpenter/Carpenter.h:55 |
1 | 0 | 0 | ------ | ------ |
declaration
./components/ogre/jesus/XMLJesusSerializer.h:31 |
1 | 0 | 0 | ------ | ------ |
declaration
./components/ogre/jesus/Jesus.h:45 |
1 | 0 | 0 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
BluePrint( const string &, Carpenter * ) definition ./components/ogre/carpenter/BluePrint.cpp:27 declaration ./components/ogre/carpenter/BluePrint.h:170 | 5 | 0 | 0 | ------ | ------ |
addBinding( BuildingBlockBindingDefinition ) definition ./components/ogre/carpenter/BluePrint.cpp:271 declaration ./components/ogre/carpenter/BluePrint.h:187 | 15 | 10 | 7 | ------ | 1.429 |
addBinding( const BuildingBlock *, const AttachPoint *, const BuildingBlock *, const AttachPoint * ) definition ./components/ogre/carpenter/BluePrint.cpp:293 declaration ./components/ogre/carpenter/BluePrint.h:188 | 7 | 1 | 0 | ------ | ------ |
compile( ) definition ./components/ogre/carpenter/BluePrint.cpp:182 declaration ./components/ogre/carpenter/BluePrint.h:177 | 9 | 0 | 34 | ------ | ------ |
createBuildingBlock( BuildingBlockDefinition ) definition ./components/ogre/carpenter/BluePrint.cpp:245 declaration ./components/ogre/carpenter/BluePrint.h:179 | 10 | 1 | 4 | ------ | ------ |
doBindingsForBlock( BuildingBlock * ) definition ./components/ogre/carpenter/BluePrint.cpp:64 | 26 | 8 | 0 | ****** | ****** |
getAttachedBlocks( ) definition ./components/ogre/carpenter/BluePrint.cpp:229 declaration ./components/ogre/carpenter/BluePrint.h:189 | 5 | 1 | 0 | ------ | ------ |
getBindings( ) definition ./components/ogre/carpenter/BluePrint.cpp:234 declaration ./components/ogre/carpenter/BluePrint.h:190 | 5 | 1 | 0 | ------ | ------ |
getName( ) definition ./components/ogre/carpenter/BluePrint.h:172 | 1 | 1 | 0 | ------ | ------ |
getStartingBlock( ) definition ./components/ogre/carpenter/BluePrint.h:197 | 1 | 1 | 0 | ------ | ------ |
isRemovable( const BuildingBlock * ) definition ./components/ogre/carpenter/BluePrint.cpp:94 | 10 | 5 | 6 | ------ | 0.833 |
placeBindings( BuildingBlock *, vector ) definition ./components/ogre/carpenter/BluePrint.cpp:302 declaration ./components/ogre/carpenter/BluePrint.h:203 | 68 | 2 | 21 | 3.238 | ------ |
remove( const BuildingBlock * ) definition ./components/ogre/carpenter/BluePrint.cpp:113 | 45 | 12 | 2 | 22.500 | 6.000 |
setStartingBlock( const string & ) definition ./components/ogre/carpenter/BluePrint.cpp:257 declaration ./components/ogre/carpenter/BluePrint.h:196 | 6 | 0 | 4 | ------ | ------ |