| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 31 | ****** |
| McCabe's Cyclomatic Number | MVG | 3 | ****** |
| Lines of Comment | COM | 31 | ******** |
| LOC/COM | L_C | 1.000 | |
| MVG/COM | M_C | ------ | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 5 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 2 | |
| Depth of Inheritance Tree | DIT | 1 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 4 | |
| Information Flow measure ( inclusive ) | IF4 | 9 | ******** |
| Information Flow measure ( visible ) | IF4v | 9 | ******** |
| Information Flow measure ( concrete ) | IF4c | 0 | ******** |
| Description | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
definition
./components/ogre/ogreopcode/include/Opcode/Ice/IceHPoint.h:15 |
4 | 0 | 10 | ------ | ------ |
declaration
./components/ogre/ogreopcode/include/Opcode/Ice/IcePoint.h:16 |
1 | 0 | 10 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| HPoint( ) definition ./components/ogre/ogreopcode/include/Opcode/Ice/IceHPoint.h:20 | 1 | 0 | 1 | ------ | ------ |
| HPoint( ... ) definition ./components/ogre/ogreopcode/include/Opcode/Ice/IceHPoint.h:22 | 1 | 0 | 1 | ------ | ------ |
| operator *( const Matrix3x3 & ) definition ./components/ogre/ogreopcode/src/Opcode/Ice/IceHPoint.cpp:36 | 7 | 1 | 3 | ------ | ------ |
| operator *( const Matrix4x4 & ) definition ./components/ogre/ogreopcode/src/Opcode/Ice/IceHPoint.cpp:47 | 8 | 1 | 3 | ------ | ------ |
| operator *=( const Matrix4x4 & ) definition ./components/ogre/ogreopcode/src/Opcode/Ice/IceHPoint.cpp:59 | 9 | 1 | 3 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
Point [V] pass by reference ./components/ogre/ogreopcode/src/Opcode/Ice/IcePoint.cpp:115 |
Matrix3x3 [V] pass by reference ./components/ogre/ogreopcode/src/Opcode/Ice/IceHPoint.cpp:36Matrix4x4 [V] pass by reference ./components/ogre/ogreopcode/src/Opcode/Ice/IceHPoint.cpp:47pass by reference ./components/ogre/ogreopcode/src/Opcode/Ice/IceHPoint.cpp:59Point [CV] inheritance ./components/ogre/ogreopcode/include/Opcode/Ice/IceHPoint.h:15 |