Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 84 | ****** |
McCabe's Cyclomatic Number | MVG | 20 | ****** |
Lines of Comment | COM | 54 | ******** |
LOC/COM | L_C | 1.556 | |
MVG/COM | M_C | 0.370 | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 5 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 3 | |
Information Flow measure ( inclusive ) | IF4 | 0 | ******** |
Information Flow measure ( visible ) | IF4v | 0 | ******** |
Information Flow measure ( concrete ) | IF4c | 0 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
No module extents have been identified for this module | |||||
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
AABBCollisionTree( ) definition ./components/ogre/ogreopcode/src/Opcode/OPC_OptimizedTree.cpp:209 | 3 | 0 | 5 | ------ | ------ |
Build( AABBTree * ) definition ./components/ogre/ogreopcode/src/Opcode/OPC_OptimizedTree.cpp:230 | 18 | 6 | 12 | ------ | 0.500 |
Refit( const MeshInterface * ) definition ./components/ogre/ogreopcode/src/Opcode/OPC_OptimizedTree.cpp:298 | 41 | 7 | 24 | 1.708 | 0.292 |
Walk( GenericWalkingCallback, void * ) definition ./components/ogre/ogreopcode/src/Opcode/OPC_OptimizedTree.cpp:360 | 18 | 7 | 8 | ------ | 0.875 |
~AABBCollisionTree( ) definition ./components/ogre/ogreopcode/src/Opcode/OPC_OptimizedTree.cpp:218 | 4 | 0 | 5 | ------ | ------ |
Clients | Suppliers |
---|---|
AABBTree [V] pass by reference ./components/ogre/ogreopcode/src/Opcode/OPC_OptimizedTree.cpp:230 GenericWalkingCallback [CV] pass by value ./components/ogre/ogreopcode/src/Opcode/OPC_OptimizedTree.cpp:360 MeshInterface [V] pass by reference ./components/ogre/ogreopcode/src/Opcode/OPC_OptimizedTree.cpp:298 |