Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 51 | ****** |
McCabe's Cyclomatic Number | MVG | 5 | ****** |
Lines of Comment | COM | 5 | ******** |
LOC/COM | L_C | 10.200 | |
MVG/COM | M_C | 1.000 | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 4 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 3 | |
Depth of Inheritance Tree | DIT | 1 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 3 | |
Information Flow measure ( inclusive ) | IF4 | 4 | ******** |
Information Flow measure ( visible ) | IF4v | 4 | ******** |
Information Flow measure ( concrete ) | IF4c | 1 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
definition
./components/ogre/AvatarCamera.h:50 |
8 | 0 | 0 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
Recorder( ) declaration ./components/ogre/AvatarCamera.h:53 definition ./components/ogre/AvatarCamera.cpp:56 | 1 | 0 | 0 | ------ | ------ |
frameStarted( const FrameEvent & ) declaration ./components/ogre/AvatarCamera.h:59 definition ./components/ogre/AvatarCamera.cpp:69 | 32 | 5 | 5 | 6.400 | 1.000 |
startRecording( ) declaration ./components/ogre/AvatarCamera.h:54 definition ./components/ogre/AvatarCamera.cpp:60 | 5 | 0 | 0 | ------ | ------ |
stopRecording( ) declaration ./components/ogre/AvatarCamera.h:55 definition ./components/ogre/AvatarCamera.cpp:64 | 5 | 0 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
AvatarCamera [CV] has by value ./components/ogre/AvatarCamera.h:232 |
FrameEvent [V] pass by reference ./components/ogre/AvatarCamera.h:59 pass by reference ./components/ogre/AvatarCamera.cpp:69 FrameListener [CV] inheritance ./components/ogre/AvatarCamera.h:50 |