Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 259 | ****** |
McCabe's Cyclomatic Number | MVG | 69 | ****** |
Lines of Comment | COM | 0 | ******** |
LOC/COM | L_C | ****** | |
MVG/COM | M_C | ****** | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 14 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
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 |
---|---|---|---|---|---|
No module extents have been identified for this module | |||||
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
AdapterFactory( const string ) definition ./components/ogre/widgets/adapters/atlas/AdapterFactory.cpp:50 | 4 | 0 | 0 | ------ | ------ |
createListAdapter( ... ) definition ./components/ogre/widgets/adapters/atlas/AdapterFactory.cpp:281 | 22 | 7 | 0 | ****** | ****** |
createMapAdapter( ... ) definition ./components/ogre/widgets/adapters/atlas/AdapterFactory.cpp:254 | 22 | 7 | 0 | ****** | ****** |
createMapAdapter( Window *, const string &, Entity * ) definition ./components/ogre/widgets/adapters/atlas/AdapterFactory.cpp:244 | 4 | 1 | 0 | ------ | ------ |
createMapAdapter( Window *, const string &, const map ) definition ./components/ogre/widgets/adapters/atlas/AdapterFactory.cpp:249 | 4 | 1 | 0 | ------ | ------ |
createNumberAdapter( ... ) definition ./components/ogre/widgets/adapters/atlas/AdapterFactory.cpp:89 | 24 | 7 | 0 | ****** | ****** |
createOrientationAdapter( ... ) definition ./components/ogre/widgets/adapters/atlas/AdapterFactory.cpp:154 | 27 | 7 | 0 | ****** | ****** |
createPosition2DAdapter( ... ) definition ./components/ogre/widgets/adapters/atlas/AdapterFactory.cpp:215 | 25 | 7 | 0 | ****** | ****** |
createPositionAdapter( ... ) definition ./components/ogre/widgets/adapters/atlas/AdapterFactory.cpp:185 | 26 | 7 | 0 | ****** | ****** |
createSizeAdapter( ... ) definition ./components/ogre/widgets/adapters/atlas/AdapterFactory.cpp:119 | 31 | 7 | 0 | ****** | ****** |
createStaticAdapter( ... ) definition ./components/ogre/widgets/adapters/atlas/AdapterFactory.cpp:307 | 22 | 8 | 0 | ****** | ****** |
createStringAdapter( ... ) definition ./components/ogre/widgets/adapters/atlas/AdapterFactory.cpp:60 | 24 | 7 | 0 | ****** | ****** |
loadLayoutIntoContainer( Window *, const string &, const string & ) definition ./components/ogre/widgets/adapters/atlas/AdapterFactory.cpp:333 | 21 | 3 | 0 | ****** | ------ |
~AdapterFactory( ) definition ./components/ogre/widgets/adapters/atlas/AdapterFactory.cpp:56 | 3 | 0 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
Entity [V] pass by reference ./components/ogre/widgets/adapters/atlas/AdapterFactory.cpp:244 Window [V] pass by reference ./components/ogre/widgets/adapters/atlas/AdapterFactory.cpp:244 pass by reference ./components/ogre/widgets/adapters/atlas/AdapterFactory.cpp:249 pass by reference ./components/ogre/widgets/adapters/atlas/AdapterFactory.cpp:333 map [CV] pass by value ./components/ogre/widgets/adapters/atlas/AdapterFactory.cpp:249 string [CV] pass by value ./components/ogre/widgets/adapters/atlas/AdapterFactory.cpp:50 pass by reference ./components/ogre/widgets/adapters/atlas/AdapterFactory.cpp:244 pass by reference ./components/ogre/widgets/adapters/atlas/AdapterFactory.cpp:249 pass by reference ./components/ogre/widgets/adapters/atlas/AdapterFactory.cpp:333 pass by reference ./components/ogre/widgets/adapters/atlas/AdapterFactory.cpp:333 |