Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 108 | ****** |
McCabe's Cyclomatic Number | MVG | 18 | ****** |
Lines of Comment | COM | 27 | ******** |
LOC/COM | L_C | 4.000 | |
MVG/COM | M_C | 0.667 | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 16 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 2 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 1 | |
Coupling between objects | CBO | 28 | |
Information Flow measure ( inclusive ) | IF4 | 9216 | ******** |
Information Flow measure ( visible ) | IF4v | 9216 | ******** |
Information Flow measure ( concrete ) | IF4c | 0 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
definition
./components/ogre/ogreopcode/include/Opcode/Ice/IcePoint.h:25 |
4 | 0 | 1 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
InvTransform( const Point &, const Matrix3x3 &, const Point & ) definition ./components/ogre/ogreopcode/src/Opcode/Ice/IcePoint.cpp:184 | 10 | 1 | 0 | ------ | ------ |
IsNotUsed( ) definition ./components/ogre/ogreopcode/src/Opcode/Ice/IcePoint.cpp:136 | 7 | 7 | 0 | ------ | ****** |
Mac( const Matrix3x3 &, const Point & ) definition ./components/ogre/ogreopcode/src/Opcode/Ice/IcePoint.cpp:160 | 7 | 1 | 0 | ------ | ------ |
Mult( const Matrix3x3 &, const Point & ) definition ./components/ogre/ogreopcode/src/Opcode/Ice/IcePoint.cpp:144 | 7 | 1 | 0 | ------ | ------ |
Mult2( const Matrix3x3 &, const Point &, const Matrix3x3 &, const Point & ) definition ./components/ogre/ogreopcode/src/Opcode/Ice/IcePoint.cpp:152 | 7 | 1 | 0 | ------ | ------ |
Point( ) definition ./components/ogre/ogreopcode/include/Opcode/Ice/IcePoint.h:30 | 1 | 0 | 1 | ------ | ------ |
Point( float, float, float ) definition ./components/ogre/ogreopcode/include/Opcode/Ice/IcePoint.h:35 | 1 | 0 | 4 | ------ | ------ |
PositiveUnitRandomVector( ) definition ./components/ogre/ogreopcode/src/Opcode/Ice/IcePoint.cpp:59 | 8 | 1 | 6 | ------ | ------ |
ProjectToPlane( const Plane & ) definition ./components/ogre/ogreopcode/src/Opcode/Ice/IcePoint.cpp:109 | 5 | 1 | 0 | ------ | ------ |
ProjectToScreen( float, float, const Matrix4x4 &, HPoint & ) definition ./components/ogre/ogreopcode/src/Opcode/Ice/IcePoint.cpp:115 | 10 | 0 | 0 | ------ | ------ |
Refract( const Point &, const Point &, float, Point & ) definition ./components/ogre/ogreopcode/src/Opcode/Ice/IcePoint.cpp:87 | 12 | 1 | 6 | ------ | ------ |
SetNotUsed( ) definition ./components/ogre/ogreopcode/src/Opcode/Ice/IcePoint.cpp:128 | 6 | 0 | 1 | ------ | ------ |
TransMult( const Matrix3x3 &, const Point & ) definition ./components/ogre/ogreopcode/src/Opcode/Ice/IcePoint.cpp:168 | 7 | 1 | 0 | ------ | ------ |
Transform( const Point &, const Matrix3x3 &, const Point & ) definition ./components/ogre/ogreopcode/src/Opcode/Ice/IcePoint.cpp:176 | 7 | 1 | 0 | ------ | ------ |
UnitRandomVector( ) definition ./components/ogre/ogreopcode/src/Opcode/Ice/IcePoint.cpp:74 | 8 | 1 | 6 | ------ | ------ |
operator HPoint( ) definition ./components/ogre/ogreopcode/src/Opcode/Ice/IcePoint.cpp:85 | 1 | 1 | 2 | ------ | ------ |