| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 12 | ****** |
| McCabe's Cyclomatic Number | MVG | 0 | ****** |
| Lines of Comment | COM | 22 | ******** |
| LOC/COM | L_C | ------ | |
| MVG/COM | M_C | ------ | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 9 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| Depth of Inheritance Tree | DIT | 0 | |
| Number of Children | NOC | 2 | |
| Coupling between objects | CBO | 5 | |
| Information Flow measure ( inclusive ) | IF4 | 36 | ******** |
| Information Flow measure ( visible ) | IF4v | 0 | ******** |
| Information Flow measure ( concrete ) | IF4c | 16 | ******** |
| Description | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
definition
./components/ogre/AvatarCamera.h:326 |
4 | 0 | 0 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| getOrientation( bool ) declaration ./components/ogre/AvatarCamera.h:353 | 1 | 0 | 3 | ------ | ------ |
| getPitch( ) declaration ./components/ogre/AvatarCamera.h:343 | 1 | 0 | 3 | ------ | ------ |
| getPosition( ) declaration ./components/ogre/AvatarCamera.h:359 | 1 | 0 | 4 | ------ | ------ |
| getYaw( ) declaration ./components/ogre/AvatarCamera.h:348 | 1 | 0 | 3 | ------ | ------ |
| pitch( Degree ) declaration ./components/ogre/AvatarCamera.h:333 | 1 | 0 | 3 | ------ | ------ |
| setAvatarNode( SceneNode * ) declaration ./components/ogre/AvatarCamera.h:366 | 1 | 0 | 3 | ------ | ------ |
| setMode( Mode ) declaration ./components/ogre/AvatarCamera.h:361 | 1 | 0 | 0 | ------ | ------ |
| yaw( Degree ) declaration ./components/ogre/AvatarCamera.h:338 | 1 | 0 | 3 | ------ | ------ |
| ~ICameraMount( ) definition ./components/ogre/AvatarCamera.h:328 | 0 | 0 | 0 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
AvatarCameraMount [C] inheritance ./components/ogre/AvatarCamera.h:443FreeFlyingMount [C] inheritance ./components/ogre/AvatarCamera.h:461 |
Degree [CV] pass by value ./components/ogre/AvatarCamera.h:333pass by value ./components/ogre/AvatarCamera.h:338SceneNode [V] pass by reference ./components/ogre/AvatarCamera.h:366bool [CV] pass by value ./components/ogre/AvatarCamera.h:353 |