| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 22 | ****** |
| McCabe's Cyclomatic Number | MVG | 2 | ****** |
| Lines of Comment | COM | 16 | ******** |
| LOC/COM | L_C | 1.375 | |
| MVG/COM | M_C | ------ | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 3 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| Depth of Inheritance Tree | DIT | 0 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 2 | |
| 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/model/ModelDefinition.h:64 |
7 | 0 | 4 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| getParameters( ) definition ./components/ogre/model/ModelDefinition.cpp:532declaration ./components/ogre/model/ModelDefinition.h:83 | 5 | 1 | 4 | ------ | ------ |
| getScheme( ) definition ./components/ogre/model/ModelDefinition.cpp:524declaration ./components/ogre/model/ModelDefinition.h:73 | 5 | 1 | 4 | ------ | ------ |
| setScheme( const string & ) definition ./components/ogre/model/ModelDefinition.cpp:528declaration ./components/ogre/model/ModelDefinition.h:78 | 5 | 0 | 4 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
StringParamStore [C] has by value ./components/ogre/model/ModelDefinition.h:86string [CV] pass by reference ./components/ogre/model/ModelDefinition.cpp:528pass by reference ./components/ogre/model/ModelDefinition.h:78has by value ./components/ogre/model/ModelDefinition.h:87 |