Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 24 | ****** |
McCabe's Cyclomatic Number | MVG | 3 | ****** |
Lines of Comment | COM | 3 | ******** |
LOC/COM | L_C | 8.000 | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 5 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
Depth of Inheritance Tree | DIT | 1 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 4 | |
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/jesus/JesusPickerObject.h:36 |
8 | 0 | 3 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
JesusPickerObject( ModelBlock *, AttachPointNode * ) definition ./components/ogre/jesus/JesusPickerObject.cpp:31 declaration ./components/ogre/jesus/JesusPickerObject.h:40 | 5 | 0 | 0 | ------ | ------ |
getModelBlock( ) definition ./components/ogre/jesus/JesusPickerObject.h:44 | 1 | 1 | 0 | ------ | ------ |
getPointNode( ) definition ./components/ogre/jesus/JesusPickerObject.h:45 | 1 | 1 | 0 | ------ | ------ |
getTypeName( void ) definition ./components/ogre/jesus/JesusPickerObject.cpp:41 declaration ./components/ogre/jesus/JesusPickerObject.h:46 | 5 | 1 | 0 | ------ | ------ |
~JesusPickerObject( ) definition ./components/ogre/jesus/JesusPickerObject.cpp:37 declaration ./components/ogre/jesus/JesusPickerObject.h:42 | 4 | 0 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
AttachPointNode [V] pass by reference ./components/ogre/jesus/JesusPickerObject.cpp:31 pass by reference ./components/ogre/jesus/JesusPickerObject.h:40 has by reference ./components/ogre/jesus/JesusPickerObject.h:49 ModelBlock [V] pass by reference ./components/ogre/jesus/JesusPickerObject.cpp:31 pass by reference ./components/ogre/jesus/JesusPickerObject.h:40 has by reference ./components/ogre/jesus/JesusPickerObject.h:48 UserDefinedObject [CV] inheritance ./components/ogre/jesus/JesusPickerObject.h:36 string [CV] has by value ./components/ogre/jesus/JesusPickerObject.h:39 |