Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 9 | ****** |
McCabe's Cyclomatic Number | MVG | 1 | ****** |
Lines of Comment | COM | 36 | ******** |
LOC/COM | L_C | ------ | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 4 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 4 | |
Depth of Inheritance Tree | DIT | 1 | |
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 |
---|---|---|---|---|---|
declaration
./components/ogre/ogreopcode/include/Opcode/Ice/IceOBB.h:16 |
1 | 0 | 10 | ------ | ------ |
definition
./components/ogre/ogreopcode/include/Opcode/Ice/IceLSS.h:15 |
4 | 1 | 17 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
ComputeOBB( OBB & ) declaration ./components/ogre/ogreopcode/include/Opcode/Ice/IceLSS.h:31 | 1 | 0 | 6 | ------ | ------ |
LSS( ) definition ./components/ogre/ogreopcode/include/Opcode/Ice/IceLSS.h:19 | 1 | 0 | 1 | ------ | ------ |
LSS( const Segment &, float ) definition ./components/ogre/ogreopcode/include/Opcode/Ice/IceLSS.h:21 | 1 | 0 | 1 | ------ | ------ |
~LSS( ) definition ./components/ogre/ogreopcode/include/Opcode/Ice/IceLSS.h:23 | 1 | 0 | 1 | ------ | ------ |
Clients | Suppliers |
---|---|
LSSCollider [V] pass by reference ./components/ogre/ogreopcode/src/Opcode/OPC_LSSCollider.cpp:95 pass by reference ./components/ogre/ogreopcode/src/Opcode/OPC_LSSCollider.cpp:168 pass by reference ./components/ogre/ogreopcode/src/Opcode/OPC_LSSCollider.cpp:307 pass by reference ./components/ogre/ogreopcode/include/Opcode/OPC_LSSCollider.h:69 OBB [V] pass by reference ./components/ogre/ogreopcode/src/Opcode/Ice/IceOBB.cpp:255 |
OBB [V] pass by reference ./components/ogre/ogreopcode/include/Opcode/Ice/IceLSS.h:31 Segment [CV] inheritance ./components/ogre/ogreopcode/include/Opcode/Ice/IceLSS.h:15 pass by reference ./components/ogre/ogreopcode/include/Opcode/Ice/IceLSS.h:21 |