| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 6 | ****** |
| McCabe's Cyclomatic Number | MVG | 0 | ****** |
| Lines of Comment | COM | 8 | ******** |
| LOC/COM | L_C | ------ | |
| MVG/COM | M_C | ------ | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 1 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| Depth of Inheritance Tree | DIT | 1 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 4 | |
| Information Flow measure ( inclusive ) | IF4 | 0 | ******** |
| Information Flow measure ( visible ) | IF4v | 0 | ******** |
| Information Flow measure ( concrete ) | IF4c | 0 | ******** |
| Description | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
definition
./components/ogre/AvatarCamera.h:443 |
5 | 0 | 4 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| setCameraDistance( Real ) declaration ./components/ogre/AvatarCamera.h:455 | 1 | 0 | 4 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
ConsoleCommandWrapper [CV] has by value ./components/ogre/AvatarCamera.h:457ICameraMount [C] inheritance ./components/ogre/AvatarCamera.h:443Real [CV] pass by value ./components/ogre/AvatarCamera.h:455signal [CV] has by value ./components/ogre/AvatarCamera.h:449 |