| Metric | Tag | Overall | Per Function | 
|---|---|---|---|
| Lines of Code | LOC | 32 | ****** | 
| McCabe's Cyclomatic Number | MVG | 1 | ****** | 
| Lines of Comment | COM | 30 | ******** | 
| LOC/COM | L_C | 1.067 | |
| MVG/COM | M_C | ------ | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 4 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 2 | |
| Depth of Inheritance Tree | DIT | 2 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 2 | |
| 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 ./services/test/TestService.h:35 | 7 | 0 | 14 | ------ | ------ | 
| declaration ./services/EmberServices.h:36 | 1 | 0 | 0 | ------ | ------ | 
| Function prototype | LOC | MVG | COM | L_C | M_C | 
|---|---|---|---|---|---|
| TestService(   ) definition ./services/test/TestService.cpp:9declaration ./services/test/TestService.h:51 | 7 | 0 | 7 | ------ | ------ | 
| start(   ) definition ./services/test/TestService.cpp:25declaration ./services/test/TestService.h:66 | 8 | 1 | 5 | ------ | ------ | 
| stop(  int ) definition ./services/test/TestService.cpp:34declaration ./services/test/TestService.h:68 | 6 | 0 | 3 | ------ | ------ | 
| ~TestService(   ) definition ./services/test/TestService.h:55 | 3 | 0 | 1 | ------ | ------ | 
| Clients | Suppliers | 
|---|---|
| Service [CV] inheritance ./services/test/TestService.h:35string [CV] has by value ./services/test/TestService.h:41 |