Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 27 | ****** |
McCabe's Cyclomatic Number | MVG | 5 | ****** |
Lines of Comment | COM | 0 | ******** |
LOC/COM | L_C | ****** | |
MVG/COM | M_C | ****** | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 6 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 1 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 2 | |
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 |
---|---|---|---|---|---|
declaration
./components/ogre/widgets/JesusEdit.h:49 |
1 | 0 | 0 | ------ | ------ |
declaration
./components/ogre/carpenter/BluePrint.h:43 |
1 | 0 | 0 | ------ | ------ |
definition
./components/ogre/carpenter/BluePrint.h:67 |
9 | 0 | 0 | ------ | ------ |
declaration
./components/ogre/carpenter/Carpenter.h:49 |
1 | 0 | 0 | ------ | ------ |
declaration
./components/ogre/jesus/Jesus.h:42 |
1 | 0 | 0 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
BuildingBlockBinding( const BuildingBlock *, const AttachPoint *, const BuildingBlock *, const AttachPoint * ) definition ./components/ogre/carpenter/BluePrint.cpp:419 declaration ./components/ogre/carpenter/BluePrint.h:71 | 5 | 0 | 0 | ------ | ------ |
getAttachPoint1( ) definition ./components/ogre/carpenter/BluePrint.h:75 | 1 | 1 | 0 | ------ | ------ |
getAttachPoint2( ) definition ./components/ogre/carpenter/BluePrint.h:76 | 1 | 1 | 0 | ------ | ------ |
getBlock1( ) definition ./components/ogre/carpenter/BluePrint.h:73 | 1 | 1 | 0 | ------ | ------ |
getBlock2( ) definition ./components/ogre/carpenter/BluePrint.h:74 | 1 | 1 | 0 | ------ | ------ |
getType( ) definition ./components/ogre/carpenter/BluePrint.cpp:169 declaration ./components/ogre/carpenter/BluePrint.h:72 | 5 | 1 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
AttachPoint [V] pass by reference ./components/ogre/carpenter/BluePrint.cpp:419 pass by reference ./components/ogre/carpenter/BluePrint.cpp:419 pass by reference ./components/ogre/carpenter/BluePrint.h:71 pass by reference ./components/ogre/carpenter/BluePrint.h:71 has by reference ./components/ogre/carpenter/BluePrint.h:81 has by reference ./components/ogre/carpenter/BluePrint.h:83 BuildingBlock [V] pass by reference ./components/ogre/carpenter/BluePrint.cpp:419 pass by reference ./components/ogre/carpenter/BluePrint.cpp:419 pass by reference ./components/ogre/carpenter/BluePrint.h:71 pass by reference ./components/ogre/carpenter/BluePrint.h:71 has by reference ./components/ogre/carpenter/BluePrint.h:80 has by reference ./components/ogre/carpenter/BluePrint.h:82 |