Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 28 | ****** |
McCabe's Cyclomatic Number | MVG | 4 | ****** |
Lines of Comment | COM | 3 | ******** |
LOC/COM | L_C | 9.333 | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 3 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 1 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 2 | |
Information Flow measure ( inclusive ) | IF4 | 1 | ******** |
Information Flow measure ( visible ) | IF4v | 1 | ******** |
Information Flow measure ( concrete ) | IF4c | 0 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
definition
./components/ogre/AvatarController.h:78 |
6 | 0 | 3 | ------ | ------ |
declaration
./components/ogre/AvatarController.h:99 |
1 | 0 | 0 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
AvatarControllerInputListener( AvatarController & ) definition ./components/ogre/AvatarController.cpp:61 declaration ./components/ogre/AvatarController.h:81 | 7 | 0 | 0 | ------ | ------ |
input_MouseButtonPressed( MouseButton, InputMode ) definition ./components/ogre/AvatarController.cpp:69 declaration ./components/ogre/AvatarController.h:85 | 7 | 2 | 0 | ------ | ------ |
input_MouseButtonReleased( MouseButton, InputMode ) definition ./components/ogre/AvatarController.cpp:76 declaration ./components/ogre/AvatarController.h:86 | 7 | 2 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
AvatarController [CV] has by value ./components/ogre/AvatarController.h:227 |
AvatarController [V] pass by reference ./components/ogre/AvatarController.cpp:61 pass by reference ./components/ogre/AvatarController.h:81 has by reference ./components/ogre/AvatarController.h:87 |