Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 24 | ****** |
McCabe's Cyclomatic Number | MVG | 4 | ****** |
Lines of Comment | COM | 44 | ******** |
LOC/COM | L_C | 0.545 | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 6 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 2 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 4 | |
Information Flow measure ( inclusive ) | IF4 | 16 | ******** |
Information Flow measure ( visible ) | IF4v | 16 | ******** |
Information Flow measure ( concrete ) | IF4c | 0 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
definition
./components/ogre/ogreopcode/include/Opcode/OPC_TreeBuilders.h:47 |
7 | 0 | 4 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
AABBTreeBuilder( ) definition ./components/ogre/ogreopcode/include/Opcode/OPC_TreeBuilders.h:51 | 5 | 0 | 1 | ------ | ------ |
ComputeGlobalBox( const udword *, udword, AABB & ) declaration ./components/ogre/ogreopcode/include/Opcode/OPC_TreeBuilders.h:68 | 1 | 0 | 9 | ------ | ------ |
GetSplittingValue( const udword *, udword, const AABB &, udword ) definition ./components/ogre/ogreopcode/include/Opcode/OPC_TreeBuilders.h:90 | 4 | 1 | 11 | ------ | ------ |
GetSplittingValue( udword, udword ) declaration ./components/ogre/ogreopcode/include/Opcode/OPC_TreeBuilders.h:78 | 1 | 0 | 8 | ------ | ------ |
ValidateSubdivision( const udword *, udword, const AABB & ) definition ./components/ogre/ogreopcode/include/Opcode/OPC_TreeBuilders.h:105 | 5 | 3 | 10 | ------ | ------ |
~AABBTreeBuilder( ) definition ./components/ogre/ogreopcode/include/Opcode/OPC_TreeBuilders.h:57 | 1 | 0 | 1 | ------ | ------ |