| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 353 | ****** |
| McCabe's Cyclomatic Number | MVG | 87 | ****** |
| Lines of Comment | COM | 91 | ******** |
| LOC/COM | L_C | 3.879 | |
| MVG/COM | M_C | 0.956 | |
| 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 | 0 | |
| Coupling between objects | CBO | 5 | |
| Information Flow measure ( inclusive ) | IF4 | 16 | ******** |
| Information Flow measure ( visible ) | IF4v | 16 | ******** |
| Information Flow measure ( concrete ) | IF4c | 0 | ******** |
| Description | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
declaration
./components/ogre/environment/pagedgeometry/include/PagedGeometry.h:107 |
1 | 0 | 0 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
PagedGeometry [V] pass by reference ./components/ogre/environment/pagedgeometry/source/PagedGeometry.cpp:255 |
GeometryPage [V] pass by reference ./components/ogre/environment/pagedgeometry/source/PagedGeometry.cpp:581pass by reference ./components/ogre/environment/pagedgeometry/source/PagedGeometry.cpp:623pass by reference ./components/ogre/environment/pagedgeometry/source/PagedGeometry.cpp:652PagedGeometry [V] pass by reference ./components/ogre/environment/pagedgeometry/source/PagedGeometry.cpp:279Vector3 [V] pass by reference ./components/ogre/environment/pagedgeometry/source/PagedGeometry.cpp:306pass by reference ./components/ogre/environment/pagedgeometry/source/PagedGeometry.cpp:306pass by reference ./components/ogre/environment/pagedgeometry/source/PagedGeometry.cpp:563bool [V] pass by reference ./components/ogre/environment/pagedgeometry/source/PagedGeometry.cpp:306 |