Detailed report on module ServiceManager

MetricTagOverallPer Function
Lines of CodeLOC 77******
McCabe's Cyclomatic NumberMVG 12******
Lines of CommentCOM 60********
LOC/COML_C 1.283 
MVG/COMM_C 0.200 
Weighted Methods per Class (  weighting = unity )WMC1 10 
Weighted Methods per Class (  weighting = visible )WMCv 5 
Depth of Inheritance TreeDIT 0 
Number of ChildrenNOC 0 
Coupling between objectsCBO 2 
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   ./framework/ServiceManager.h:37
7 0 18------------

Functions

Function prototypeLOCMVGCOML_CM_C
ServiceManager(   )
definition   ./framework/ServiceManager.cpp:15
declaration   ./framework/ServiceManager.h:53

4 0 2------------
ServiceManager(  const ServiceManager & )
definition   ./framework/ServiceManager.h:118

3 0 1------------
addService(  Service * )
definition   ./framework/ServiceManager.cpp:53
declaration   ./framework/ServiceManager.h:100

13 4 6------------
getServices(   )
definition   ./framework/ServiceManager.h:90

4 1 5------------
listAll(   )
definition   ./framework/ServiceManager.cpp:40
declaration   ./framework/ServiceManager.h:83

10 1 5------------
operator =(  const ServiceManager & )
definition   ./framework/ServiceManager.h:123

3 0 1------------
removeService(  Service * )
definition   ./framework/ServiceManager.cpp:66
declaration   ./framework/ServiceManager.h:109

13 4 7------------
startAll(   )
definition   ./framework/ServiceManager.cpp:24
declaration   ./framework/ServiceManager.h:70

8 1 8------------
stopAll(  int )
definition   ./framework/ServiceManager.cpp:32
declaration   ./framework/ServiceManager.h:77

8 1 5------------
~ServiceManager(   )
definition   ./framework/ServiceManager.cpp:20
declaration   ./framework/ServiceManager.h:56

4 0 2------------

Relationships

ClientsSuppliers
  Service [V]
pass by reference   ./framework/ServiceManager.cpp:53
pass by reference   ./framework/ServiceManager.cpp:66
pass by reference   ./framework/ServiceManager.h:100
pass by reference   ./framework/ServiceManager.h:109


vector [CV]
has by value   ./framework/ServiceManager.h:45