| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 48 | ****** |
| McCabe's Cyclomatic Number | MVG | 1 | ****** |
| Lines of Comment | COM | 13 | ******** |
| LOC/COM | L_C | 3.692 | |
| 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 | 0 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 12 | |
| Information Flow measure ( inclusive ) | IF4 | 1024 | ******** |
| Information Flow measure ( visible ) | IF4v | 1024 | ******** |
| Information Flow measure ( concrete ) | IF4c | 0 | ******** |
| Description | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
declaration
./components/ogre/widgets/JesusEdit.h:65 |
1 | 0 | 0 | ------ | ------ |
definition
./components/ogre/jesus/Jesus.h:171 |
13 | 0 | 0 | ------ | ------ |
declaration
./components/ogre/jesus/JesusPickerObject.h:31 |
1 | 0 | 0 | ------ | ------ |
declaration
./components/ogre/jesus/JesusMousePicker.h:33 |
1 | 0 | 0 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| AttachPointNode( ModelBlock *, SceneNode *, const AttachPoint *, ColourValue, BillboardSet * ) declaration ./components/ogre/jesus/Jesus.h:174definition ./components/ogre/jesus/Jesus.cpp:62 | 8 | 0 | 13 | ------ | ------ |
| deselect( ) declaration ./components/ogre/jesus/Jesus.h:177definition ./components/ogre/jesus/Jesus.cpp:345 | 8 | 0 | 0 | ------ | ------ |
| getAttachPoint( ) definition ./components/ogre/jesus/Jesus.h:178 | 1 | 1 | 0 | ------ | ------ |
| select( ) declaration ./components/ogre/jesus/Jesus.h:176definition ./components/ogre/jesus/Jesus.cpp:334 | 10 | 0 | 0 | ------ | ------ |
| ~AttachPointNode( ) declaration ./components/ogre/jesus/Jesus.h:175definition ./components/ogre/jesus/Jesus.cpp:86 | 5 | 0 | 0 | ------ | ------ |