| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 72 | ****** |
| McCabe's Cyclomatic Number | MVG | 10 | ****** |
| Lines of Comment | COM | 12 | ******** |
| LOC/COM | L_C | 6.000 | |
| MVG/COM | M_C | 0.833 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 9 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 2 | |
| Depth of Inheritance Tree | DIT | 0 | |
| 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/widgets/QuaternionAdapter.h:43 |
4 | 0 | 6 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
EventArgs [V] pass by reference ./components/ogre/widgets/QuaternionAdapter.cpp:91Quaternion [V] pass by reference ./components/ogre/widgets/QuaternionAdapter.h:57pass by reference ./components/ogre/widgets/QuaternionAdapter.h:62pass by reference ./components/ogre/widgets/QuaternionAdapter.cpp:32pass by reference ./components/ogre/widgets/QuaternionAdapter.cpp:46pass by reference ./components/ogre/widgets/QuaternionAdapter.cpp:70Window [V] pass by reference ./components/ogre/widgets/QuaternionAdapter.cpp:32pass by reference ./components/ogre/widgets/QuaternionAdapter.cpp:32pass by reference ./components/ogre/widgets/QuaternionAdapter.cpp:32pass by reference ./components/ogre/widgets/QuaternionAdapter.cpp:32signal [CV] has by value ./components/ogre/widgets/QuaternionAdapter.h:67 |