Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 38 | ****** |
McCabe's Cyclomatic Number | MVG | 4 | ****** |
Lines of Comment | COM | 11 | ******** |
LOC/COM | L_C | 3.455 | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 5 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 2 | |
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 |
---|---|---|---|---|---|
definition
./components/ogre/MediaDeployer.h:25 |
7 | 0 | 7 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
MediaDeployer( void ) definition ./components/ogre/MediaDeployer.cpp:47 declaration ./components/ogre/MediaDeployer.h:42 | 5 | 0 | 3 | ------ | ------ |
addMedia( string ) definition ./components/ogre/MediaDeployer.cpp:57 declaration ./components/ogre/MediaDeployer.h:34 | 5 | 1 | 0 | ------ | ------ |
addMedia( string, string, Vector3 ) definition ./components/ogre/MediaDeployer.cpp:62 declaration ./components/ogre/MediaDeployer.h:35 | 10 | 1 | 1 | ------ | ------ |
getSingleton( void ) definition ./components/ogre/MediaDeployer.cpp:40 declaration ./components/ogre/MediaDeployer.h:32 | 7 | 2 | 0 | ------ | ------ |
~MediaDeployer( ) definition ./components/ogre/MediaDeployer.cpp:52 declaration ./components/ogre/MediaDeployer.h:30 | 4 | 0 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
SceneManager [V] has by reference ./components/ogre/MediaDeployer.h:52 Vector3 [CV] pass by value ./components/ogre/MediaDeployer.cpp:62 pass by value ./components/ogre/MediaDeployer.h:35 string [CV] pass by value ./components/ogre/MediaDeployer.cpp:57 pass by value ./components/ogre/MediaDeployer.cpp:62 pass by value ./components/ogre/MediaDeployer.cpp:62 pass by value ./components/ogre/MediaDeployer.h:34 pass by value ./components/ogre/MediaDeployer.h:35 pass by value ./components/ogre/MediaDeployer.h:35 |