| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 231 | ****** |
| McCabe's Cyclomatic Number | MVG | 24 | ****** |
| Lines of Comment | COM | 53 | ******** |
| LOC/COM | L_C | 4.358 | |
| MVG/COM | M_C | 0.453 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 10 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| Depth of Inheritance Tree | DIT | 1 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 9 | |
| 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/GUICEGUIAdapter.h:50 |
9 | 0 | 8 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| Editbox_selectionChangedHandler( const EventArgs & ) definition ./components/ogre/GUICEGUIAdapter.cpp:177declaration ./components/ogre/GUICEGUIAdapter.h:80 | 10 | 1 | 0 | ------ | ------ |
| GUICEGUIAdapter( System *, OgreCEGUIRenderer * ) definition ./components/ogre/GUICEGUIAdapter.cpp:32declaration ./components/ogre/GUICEGUIAdapter.h:59 | 90 | 0 | 32 | 2.812 | ------ |
| MultiLineEditbox_selectionChangedHandler( const EventArgs & ) definition ./components/ogre/GUICEGUIAdapter.cpp:161declaration ./components/ogre/GUICEGUIAdapter.h:79 | 9 | 1 | 6 | ------ | ------ |
| injectChar( char ) definition ./components/ogre/GUICEGUIAdapter.cpp:263declaration ./components/ogre/GUICEGUIAdapter.h:66 | 20 | 3 | 3 | 6.667 | ------ |
| injectKeyDown( const SDLKey & ) definition ./components/ogre/GUICEGUIAdapter.cpp:287declaration ./components/ogre/GUICEGUIAdapter.h:67 | 10 | 1 | 0 | ------ | ------ |
| injectKeyUp( const SDLKey & ) definition ./components/ogre/GUICEGUIAdapter.cpp:298declaration ./components/ogre/GUICEGUIAdapter.h:68 | 10 | 1 | 0 | ------ | ------ |
| injectMouseButtonDown( const MouseButton & ) definition ./components/ogre/GUICEGUIAdapter.cpp:227declaration ./components/ogre/GUICEGUIAdapter.h:65 | 35 | 10 | 0 | ****** | ****** |
| injectMouseButtonUp( const MouseButton & ) definition ./components/ogre/GUICEGUIAdapter.cpp:203declaration ./components/ogre/GUICEGUIAdapter.h:64 | 23 | 6 | 0 | ****** | ****** |
| injectMouseMove( const MouseMotion &, bool & ) definition ./components/ogre/GUICEGUIAdapter.cpp:192declaration ./components/ogre/GUICEGUIAdapter.h:63 | 11 | 1 | 4 | ------ | ------ |
| ~GUICEGUIAdapter( ) definition ./components/ogre/GUICEGUIAdapter.cpp:157declaration ./components/ogre/GUICEGUIAdapter.h:61 | 4 | 0 | 0 | ------ | ------ |