Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 111 | ****** |
McCabe's Cyclomatic Number | MVG | 3 | ****** |
Lines of Comment | COM | 52 | ******** |
LOC/COM | L_C | 2.135 | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 4 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 2 | |
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 |
---|---|---|---|---|---|
declaration
./components/ogre/ogreopcode/include/OgreCollisionManager.h:64 |
1 | 0 | 0 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
BoxCollisionShape( const String & ) definition ./components/ogre/ogreopcode/src/OgreBoxCollisionShape.cpp:39 | 4 | 0 | 1 | ------ | ------ |
_prepareOpcodeCreateParams( OPCODECREATE & ) definition ./components/ogre/ogreopcode/src/OgreBoxCollisionShape.cpp:52 | 8 | 0 | 6 | ------ | ------ |
load( SceneNode *, int, int, int ) definition ./components/ogre/ogreopcode/src/OgreBoxCollisionShape.cpp:65 | 93 | 3 | 44 | 2.114 | ------ |
~BoxCollisionShape( ) definition ./components/ogre/ogreopcode/src/OgreBoxCollisionShape.cpp:45 | 5 | 0 | 1 | ------ | ------ |
Clients | Suppliers |
---|---|
SceneNode [V] pass by reference ./components/ogre/ogreopcode/src/OgreBoxCollisionShape.cpp:65 String [V] pass by reference ./components/ogre/ogreopcode/src/OgreBoxCollisionShape.cpp:39 |