Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 84 | ****** |
McCabe's Cyclomatic Number | MVG | 20 | ****** |
Lines of Comment | COM | 39 | ******** |
LOC/COM | L_C | 2.154 | |
MVG/COM | M_C | 0.513 | |
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 |
---|---|---|---|---|---|
AABBNoLeafTree( ) definition ./components/ogre/ogreopcode/src/Opcode/OPC_OptimizedTree.cpp:387 | 3 | 0 | 5 | ------ | ------ |
Build( AABBTree * ) definition ./components/ogre/ogreopcode/src/Opcode/OPC_OptimizedTree.cpp:408 | 18 | 6 | 12 | ------ | 0.500 |
Refit( const MeshInterface * ) definition ./components/ogre/ogreopcode/src/Opcode/OPC_OptimizedTree.cpp:441 | 44 | 6 | 9 | 4.889 | 0.667 |
Walk( GenericWalkingCallback, void * ) definition ./components/ogre/ogreopcode/src/Opcode/OPC_OptimizedTree.cpp:502 | 15 | 8 | 8 | ------ | 1.000 |
~AABBNoLeafTree( ) definition ./components/ogre/ogreopcode/src/Opcode/OPC_OptimizedTree.cpp:396 | 4 | 0 | 5 | ------ | ------ |
Clients | Suppliers |
---|---|
AABBTree [V] pass by reference ./components/ogre/ogreopcode/src/Opcode/OPC_OptimizedTree.cpp:408 GenericWalkingCallback [CV] pass by value ./components/ogre/ogreopcode/src/Opcode/OPC_OptimizedTree.cpp:502 MeshInterface [V] pass by reference ./components/ogre/ogreopcode/src/Opcode/OPC_OptimizedTree.cpp:441 |