| Metric | Tag | Overall | Per Function | 
|---|---|---|---|
| Lines of Code | LOC | 70 | ****** | 
| McCabe's Cyclomatic Number | MVG | 11 | ****** | 
| Lines of Comment | COM | 2 | ******** | 
| LOC/COM | L_C | 35.000 | |
| MVG/COM | M_C | 5.500 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 8 | |
| 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 | 
|---|---|---|---|---|---|
| definition ./components/ogre/model/SubModelPart.h:47 | 8 | 0 | 0 | ------ | ------ | 
| declaration ./components/ogre/model/Model.h:32 | 1 | 0 | 0 | ------ | ------ | 
| declaration ./components/ogre/model/SubModel.h:29 | 1 | 0 | 0 | ------ | ------ | 
| Clients | Suppliers | 
|---|---|
| ModelPart [V] pass by reference ./components/ogre/model/Model.cpp:449pass by reference ./components/ogre/model/Model.h:47 | SubEntity [V] pass by reference ./components/ogre/model/SubModelPart.h:57pass by reference ./components/ogre/model/SubModelPart.h:58pass by reference ./components/ogre/model/SubModelPart.cpp:40pass by reference ./components/ogre/model/SubModelPart.cpp:48SubEntityDefinition [V] pass by reference ./components/ogre/model/SubModelPart.h:57pass by reference ./components/ogre/model/SubModelPart.cpp:40SubModelPartEntityStore [CV] has by value ./components/ogre/model/SubModelPart.h:69string [CV] pass by value ./components/ogre/model/SubModelPart.h:53has by value ./components/ogre/model/SubModelPart.h:68pass by value ./components/ogre/model/SubModelPart.cpp:31 |