| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 38 | ****** |
| McCabe's Cyclomatic Number | MVG | 6 | ****** |
| Lines of Comment | COM | 5 | ******** |
| LOC/COM | L_C | 7.600 | |
| MVG/COM | M_C | 1.200 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 4 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| Depth of Inheritance Tree | DIT | 0 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 3 | |
| 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 |
|---|---|---|---|---|---|
declaration
./components/ogre/model/Model.h:34 |
1 | 0 | 0 | ------ | ------ |
declaration
./components/ogre/model/ParticleSystem.h:32 |
1 | 0 | 0 | ------ | ------ |
definition
./components/ogre/model/ParticleSystemBinding.h:36 |
10 | 0 | 3 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| ParticleSystemBinding( ParticleSystem *, const string &, const string & ) definition ./components/ogre/model/ParticleSystemBinding.cpp:29declaration ./components/ogre/model/ParticleSystemBinding.h:39 | 14 | 2 | 1 | ------ | ------ |
| getEmitterVal( ) definition ./components/ogre/model/ParticleSystemBinding.h:47 | 1 | 1 | 0 | ------ | ------ |
| getVariableName( ) definition ./components/ogre/model/ParticleSystemBinding.h:48 | 1 | 1 | 0 | ------ | ------ |
| scaleValue( Real ) definition ./components/ogre/model/ParticleSystemBinding.cpp:45declaration ./components/ogre/model/ParticleSystemBinding.h:40 | 10 | 2 | 1 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
ParticleSystem [V] pass by reference ./components/ogre/model/ParticleSystemBinding.cpp:29pass by reference ./components/ogre/model/ParticleSystemBinding.h:39has by reference ./components/ogre/model/ParticleSystemBinding.h:44Real [CV] pass by value ./components/ogre/model/ParticleSystemBinding.cpp:45pass by value ./components/ogre/model/ParticleSystemBinding.h:40has by value ./components/ogre/model/ParticleSystemBinding.h:45string [CV] pass by reference ./components/ogre/model/ParticleSystemBinding.cpp:29pass by reference ./components/ogre/model/ParticleSystemBinding.cpp:29pass by reference ./components/ogre/model/ParticleSystemBinding.h:39pass by reference ./components/ogre/model/ParticleSystemBinding.h:39has by value ./components/ogre/model/ParticleSystemBinding.h:42has by value ./components/ogre/model/ParticleSystemBinding.h:43 |