| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 9 | ****** |
| McCabe's Cyclomatic Number | MVG | 0 | ****** |
| Lines of Comment | COM | 14 | ******** |
| LOC/COM | L_C | ------ | |
| MVG/COM | M_C | ------ | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 4 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 3 | |
| Depth of Inheritance Tree | DIT | 0 | |
| Number of Children | NOC | 2 | |
| Coupling between objects | CBO | 7 | |
| Information Flow measure ( inclusive ) | IF4 | 144 | ******** |
| Information Flow measure ( visible ) | IF4v | 144 | ******** |
| Information Flow measure ( concrete ) | IF4c | 0 | ******** |
| Description | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
declaration
./components/ogre/AvatarCamera.h:47 |
1 | 0 | 0 | ------ | ------ |
definition
./components/ogre/IWorldPickListener.h:60 |
4 | 0 | 0 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| endPickingContext( const MousePickerArgs & ) definition ./components/ogre/IWorldPickListener.h:74 | 1 | 0 | 3 | ------ | ------ |
| initializePickingContext( ) definition ./components/ogre/IWorldPickListener.h:69 | 1 | 0 | 3 | ------ | ------ |
| processPickResult( bool &, RaySceneQueryResultEntry &, Ray &, const MousePickerArgs & ) declaration ./components/ogre/IWorldPickListener.h:84 | 1 | 0 | 8 | ------ | ------ |
| ~IWorldPickListener( ) definition ./components/ogre/IWorldPickListener.h:64 | 1 | 0 | 0 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
AvatarCamera [V] pass by reference ./components/ogre/AvatarCamera.h:207BasePointPickListener [CV] inheritance ./components/ogre/terrain/TerrainEditor.h:50EntityWorldPickListener [CV] inheritance ./components/ogre/EntityWorldPickListener.h:65MainCamera [V] pass by reference ./components/ogre/AvatarCamera.h:424 |
Ray [V] pass by reference ./components/ogre/IWorldPickListener.h:84RaySceneQueryResultEntry [V] pass by reference ./components/ogre/IWorldPickListener.h:84bool [V] pass by reference ./components/ogre/IWorldPickListener.h:84 |