Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 14 | ****** |
McCabe's Cyclomatic Number | MVG | 0 | ****** |
Lines of Comment | COM | 2 | ******** |
LOC/COM | L_C | ------ | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 1 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 1 | |
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 | 4 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
declaration
./components/ogre/widgets/JesusEdit.h:48 |
1 | 0 | 0 | ------ | ------ |
declaration
./components/ogre/carpenter/BluePrint.h:42 |
1 | 0 | 0 | ------ | ------ |
declaration
./components/ogre/carpenter/Carpenter.h:48 |
1 | 0 | 0 | ------ | ------ |
definition
./components/ogre/carpenter/Carpenter.h:134 |
6 | 0 | 2 | ------ | ------ |
declaration
./components/ogre/jesus/Jesus.h:41 |
1 | 0 | 0 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
BuildingBlockSpecDefinition( ) definition ./components/ogre/carpenter/Carpenter.cpp:45 declaration ./components/ogre/carpenter/Carpenter.h:137 | 4 | 0 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
BuildingBlockSpec [CV] has by value ./components/ogre/carpenter/Carpenter.h:154 Carpenter [CV] pass by value ./components/ogre/carpenter/Carpenter.cpp:116 pass by value ./components/ogre/carpenter/Carpenter.h:181 |
string [CV] has by value ./components/ogre/carpenter/Carpenter.h:138 has by value ./components/ogre/carpenter/Carpenter.h:139 |