Detailed report on module KeyboardDevice

MetricTagOverallPer Function
Lines of CodeLOC 59******
McCabe's Cyclomatic NumberMVG 10******
Lines of CommentCOM 26********
LOC/COML_C 2.269 
MVG/COMM_C 0.385 
Weighted Methods per Class (  weighting = unity )WMC1 4 
Weighted Methods per Class (  weighting = visible )WMCv 3 
Depth of Inheritance TreeDIT 1 
Number of ChildrenNOC 0 
Coupling between objectsCBO 3 
Information Flow measure (  inclusive )IF4 0********
Information Flow measure (  visible )IF4v 0********
Information Flow measure (  concrete )IF4c 0********

Definitions and Declarations

DescriptionLOCMVGCOML_CM_C
definition   ./services/input/InputDevice.h:241
8 0 14------------

Functions

Function prototypeLOCMVGCOML_CM_C
KeyboardDevice(   )
definition   ./services/input/InputDevice.cpp:124
declaration   ./services/input/InputDevice.h:264

18 2 7------------
getKeyState(  SDLKey )
definition   ./services/input/InputDevice.cpp:151
declaration   ./services/input/InputDevice.h:274

10 4 2------------
handleEvent(  SDL_Event & )
definition   ./services/input/InputDevice.cpp:162
declaration   ./services/input/InputDevice.h:281

18 4 0------------
~KeyboardDevice(   )
definition   ./services/input/InputDevice.cpp:146
declaration   ./services/input/InputDevice.h:269

5 0 3------------

Relationships

ClientsSuppliers
  InputDevice [CV]
inheritance   ./services/input/InputDevice.h:241


SDLKey [CV]
pass by value   ./services/input/InputDevice.cpp:151
pass by value   ./services/input/InputDevice.h:274


SDL_Event [V]
pass by reference   ./services/input/InputDevice.cpp:162
pass by reference   ./services/input/InputDevice.h:281