| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 124 | ****** |
| McCabe's Cyclomatic Number | MVG | 20 | ****** |
| Lines of Comment | COM | 24 | ******** |
| LOC/COM | L_C | 5.167 | |
| MVG/COM | M_C | 0.833 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 7 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| Depth of Inheritance Tree | DIT | 0 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 8 | |
| 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 |
|---|---|---|---|---|---|
| CloseOpcode( ) definition ./components/ogre/ogreopcode/src/Opcode/Opcode.cpp:78 | 6 | 1 | 0 | ------ | ------ |
| InitOpcode( ) definition ./components/ogre/ogreopcode/src/Opcode/Opcode.cpp:69 | 5 | 1 | 2 | ------ | ------ |
| Picking( CollisionFace &, const Ray &, const Model &, const Matrix4x4 *, float, float, const Point &, CullModeCallback, void * ) definition ./components/ogre/ogreopcode/src/Opcode/OPC_Picking.cpp:85 | 70 | 13 | 13 | 5.385 | 1.000 |
| SetupAllHits( RayCollider &, CollisionFaces & ) definition ./components/ogre/ogreopcode/src/Opcode/OPC_Picking.cpp:35 | 15 | 1 | 8 | ------ | ------ |
| SetupClosestHit( RayCollider &, CollisionFace & ) definition ./components/ogre/ogreopcode/src/Opcode/OPC_Picking.cpp:52 | 16 | 2 | 0 | ------ | ------ |
| SetupInOutTest( RayCollider & ) definition ./components/ogre/ogreopcode/src/Opcode/OPC_Picking.cpp:77 | 6 | 1 | 1 | ------ | ------ |
| SetupShadowFeeler( RayCollider & ) definition ./components/ogre/ogreopcode/src/Opcode/OPC_Picking.cpp:70 | 6 | 1 | 0 | ------ | ------ |