Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 12 | ****** |
McCabe's Cyclomatic Number | MVG | 1 | ****** |
Lines of Comment | COM | 16 | ******** |
LOC/COM | L_C | ------ | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 7 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 7 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 9 | |
Information Flow measure ( inclusive ) | IF4 | 196 | ******** |
Information Flow measure ( visible ) | IF4v | 196 | ******** |
Information Flow measure ( concrete ) | IF4c | 0 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
definition
./components/ogre/ogreopcode/include/Opcode/Ice/IceBoundingSphere.h:24 |
4 | 1 | 1 | ------ | ------ |
declaration
./components/ogre/ogreopcode/include/Opcode/Ice/IceAABB.h:16 |
1 | 0 | 10 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
Compute( udword, const Point * ) declaration ./components/ogre/ogreopcode/include/Opcode/Ice/IceBoundingSphere.h:38 | 1 | 0 | 0 | ------ | ------ |
FastCompute( udword, const Point * ) declaration ./components/ogre/ogreopcode/include/Opcode/Ice/IceBoundingSphere.h:39 | 1 | 0 | 0 | ------ | ------ |
Sphere( ) definition ./components/ogre/ogreopcode/include/Opcode/Ice/IceBoundingSphere.h:28 | 1 | 0 | 1 | ------ | ------ |
Sphere( const Point &, float ) definition ./components/ogre/ogreopcode/include/Opcode/Ice/IceBoundingSphere.h:30 | 1 | 0 | 1 | ------ | ------ |
Sphere( const Sphere & ) definition ./components/ogre/ogreopcode/include/Opcode/Ice/IceBoundingSphere.h:34 | 1 | 0 | 1 | ------ | ------ |
Sphere( udword, const Point * ) declaration ./components/ogre/ogreopcode/include/Opcode/Ice/IceBoundingSphere.h:32 | 1 | 0 | 1 | ------ | ------ |
~Sphere( ) definition ./components/ogre/ogreopcode/include/Opcode/Ice/IceBoundingSphere.h:36 | 1 | 0 | 1 | ------ | ------ |