| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 43 | ****** |
| McCabe's Cyclomatic Number | MVG | 4 | ****** |
| Lines of Comment | COM | 11 | ******** |
| LOC/COM | L_C | 3.909 | |
| MVG/COM | M_C | ------ | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 5 | |
| 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 | 4 | ******** |
| Information Flow measure ( visible ) | IF4v | 4 | ******** |
| Information Flow measure ( concrete ) | IF4c | 0 | ******** |
| Description | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
declaration
./components/ogre/model/Model.h:35 |
1 | 0 | 0 | ------ | ------ |
definition
./components/ogre/model/ParticleSystem.h:39 |
7 | 0 | 3 | ------ | ------ |
declaration
./components/ogre/model/ParticleSystemBinding.h:32 |
1 | 0 | 0 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| ParticleSystem( ParticleSystem * ) definition ./components/ogre/model/ParticleSystem.cpp:34declaration ./components/ogre/model/ParticleSystem.h:42 | 6 | 0 | 0 | ------ | ------ |
| addBinding( const string &, const string & ) definition ./components/ogre/model/ParticleSystem.cpp:61declaration ./components/ogre/model/ParticleSystem.h:52 | 7 | 1 | 6 | ------ | ------ |
| getBindings( ) definition ./components/ogre/model/ParticleSystem.cpp:56declaration ./components/ogre/model/ParticleSystem.h:53 | 5 | 1 | 0 | ------ | ------ |
| getOgreParticleSystem( ) definition ./components/ogre/model/ParticleSystem.cpp:29declaration ./components/ogre/model/ParticleSystem.h:44 | 5 | 1 | 0 | ------ | ------ |
| ~ParticleSystem( ) definition ./components/ogre/model/ParticleSystem.cpp:40declaration ./components/ogre/model/ParticleSystem.h:43 | 11 | 1 | 2 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
ParticleSystemBinding [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:44 |
ParticleSystemBindingsPtrSet [CV] has by value ./components/ogre/model/ParticleSystem.h:56string [V] pass by reference ./components/ogre/model/ParticleSystem.cpp:61pass by reference ./components/ogre/model/ParticleSystem.cpp:61pass by reference ./components/ogre/model/ParticleSystem.h:52pass by reference ./components/ogre/model/ParticleSystem.h:52 |