Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 16 | ****** |
McCabe's Cyclomatic Number | MVG | 0 | ****** |
Lines of Comment | COM | 1 | ******** |
LOC/COM | L_C | ------ | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 7 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 2 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 7 | |
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 |
---|---|---|---|---|---|
definition
./components/ogre/ogreopcode/include/Opcode/OPC_SweepAndPrune.h:65 |
9 | 0 | 0 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
CheckListsIntegrity( ) declaration ./components/ogre/ogreopcode/include/Opcode/OPC_SweepAndPrune.h:83 | 1 | 0 | 1 | ------ | ------ |
GetPairs( PairCallback, void * ) declaration ./components/ogre/ogreopcode/include/Opcode/OPC_SweepAndPrune.h:75 | 1 | 0 | 0 | ------ | ------ |
GetPairs( Pairs & ) declaration ./components/ogre/ogreopcode/include/Opcode/OPC_SweepAndPrune.h:74 | 1 | 0 | 0 | ------ | ------ |
Init( udword, const AABB ** ) declaration ./components/ogre/ogreopcode/include/Opcode/OPC_SweepAndPrune.h:71 | 1 | 0 | 0 | ------ | ------ |
SweepAndPrune( ) declaration ./components/ogre/ogreopcode/include/Opcode/OPC_SweepAndPrune.h:68 | 1 | 0 | 0 | ------ | ------ |
UpdateObject( udword, const AABB & ) declaration ./components/ogre/ogreopcode/include/Opcode/OPC_SweepAndPrune.h:72 | 1 | 0 | 0 | ------ | ------ |
~SweepAndPrune( ) declaration ./components/ogre/ogreopcode/include/Opcode/OPC_SweepAndPrune.h:69 | 1 | 0 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
AABB [V] pass by reference ./components/ogre/ogreopcode/include/Opcode/OPC_SweepAndPrune.h:71 pass by reference ./components/ogre/ogreopcode/include/Opcode/OPC_SweepAndPrune.h:72 PairCallback [CV] pass by value ./components/ogre/ogreopcode/include/Opcode/OPC_SweepAndPrune.h:75 Pairs [V] pass by reference ./components/ogre/ogreopcode/include/Opcode/OPC_SweepAndPrune.h:74 SAP_Box has by reference ./components/ogre/ogreopcode/include/Opcode/OPC_SweepAndPrune.h:80 SAP_EndPoint has by reference ./components/ogre/ogreopcode/include/Opcode/OPC_SweepAndPrune.h:81 SAP_PairData [C] has by value ./components/ogre/ogreopcode/include/Opcode/OPC_SweepAndPrune.h:77 udword [CV] pass by value ./components/ogre/ogreopcode/include/Opcode/OPC_SweepAndPrune.h:71 pass by value ./components/ogre/ogreopcode/include/Opcode/OPC_SweepAndPrune.h:72 has by value ./components/ogre/ogreopcode/include/Opcode/OPC_SweepAndPrune.h:79 |