Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 555 | ****** |
McCabe's Cyclomatic Number | MVG | 22 | ****** |
Lines of Comment | COM | 120 | ******** |
LOC/COM | L_C | 4.625 | |
MVG/COM | M_C | 0.183 | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 10 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 2 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 4 | |
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/OgreSetup.h:36 |
6 | 0 | 10 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
OgreSetup( ) declaration ./components/ogre/OgreSetup.h:38 definition ./components/ogre/OgreSetup.cpp:55 | 4 | 0 | 0 | ------ | ------ |
chooseSceneManager( ) declaration ./components/ogre/OgreSetup.h:71 definition ./components/ogre/OgreSetup.cpp:729 | 9 | 1 | 7 | ------ | ------ |
configure( void ) declaration ./components/ogre/OgreSetup.h:53 definition ./components/ogre/OgreSetup.cpp:154 | 450 | 9 | 63 | 7.143 | 0.143 |
createOgreSystem( ) declaration ./components/ogre/OgreSetup.h:46 definition ./components/ogre/OgreSetup.cpp:73 | 46 | 7 | 13 | 3.538 | 0.538 |
getRenderWindow( ) declaration ./components/ogre/OgreSetup.h:59 definition ./components/ogre/OgreSetup.h:108 | 2 | 1 | 4 | ------ | ------ |
getRoot( ) declaration ./components/ogre/OgreSetup.h:65 definition ./components/ogre/OgreSetup.h:107 | 2 | 1 | 4 | ------ | ------ |
parseWindowGeometry( ConfigOptionMap &, int &, int &, bool & ) declaration ./components/ogre/OgreSetup.h:98 definition ./components/ogre/OgreSetup.cpp:745 | 17 | 3 | 8 | ------ | ------ |
setStandardValues( ) declaration ./components/ogre/OgreSetup.h:103 definition ./components/ogre/OgreSetup.cpp:713 | 8 | 0 | 7 | ------ | ------ |
shutdown( ) declaration ./components/ogre/OgreSetup.h:76 definition ./components/ogre/OgreSetup.cpp:64 | 7 | 0 | 4 | ------ | ------ |
~OgreSetup( ) declaration ./components/ogre/OgreSetup.h:40 definition ./components/ogre/OgreSetup.cpp:60 | 4 | 0 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
ConfigOptionMap [V] pass by reference ./components/ogre/OgreSetup.h:98 pass by reference ./components/ogre/OgreSetup.cpp:745 RenderWindow [V] has by reference ./components/ogre/OgreSetup.h:88 Root [V] has by reference ./components/ogre/OgreSetup.h:83 bool [V] pass by reference ./components/ogre/OgreSetup.h:98 pass by reference ./components/ogre/OgreSetup.cpp:745 |