Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 19 | ****** |
McCabe's Cyclomatic Number | MVG | 3 | ****** |
Lines of Comment | COM | 1 | ******** |
LOC/COM | L_C | ------ | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 4 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 3 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 3 | |
Information Flow measure ( inclusive ) | IF4 | 4 | ******** |
Information Flow measure ( visible ) | IF4v | 4 | ******** |
Information Flow measure ( concrete ) | IF4c | 0 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
declaration
./components/ogre/widgets/JesusEdit.h:47 |
1 | 0 | 0 | ------ | ------ |
declaration
./components/ogre/carpenter/BluePrint.h:41 |
1 | 0 | 0 | ------ | ------ |
declaration
./components/ogre/carpenter/Carpenter.h:47 |
1 | 0 | 0 | ------ | ------ |
definition
./components/ogre/carpenter/Carpenter.h:145 |
7 | 0 | 1 | ------ | ------ |
declaration
./components/ogre/jesus/Jesus.h:40 |
1 | 0 | 0 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
BuildingBlockSpec( ) definition ./components/ogre/carpenter/Carpenter.cpp:40 declaration ./components/ogre/carpenter/Carpenter.h:149 | 5 | 0 | 0 | ------ | ------ |
getBlockSpec( ) definition ./components/ogre/carpenter/Carpenter.h:151 | 1 | 1 | 0 | ------ | ------ |
getDefinition( ) definition ./components/ogre/carpenter/Carpenter.h:150 | 1 | 1 | 0 | ------ | ------ |
getName( ) definition ./components/ogre/carpenter/Carpenter.h:152 | 1 | 1 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
BuildingBlock [V] has by reference ./components/ogre/carpenter/BluePrint.h:137 |
BlockSpec [V] has by reference ./components/ogre/carpenter/Carpenter.h:155 BuildingBlockSpecDefinition [CV] has by value ./components/ogre/carpenter/Carpenter.h:154 |