Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 39 | ****** |
McCabe's Cyclomatic Number | MVG | 4 | ****** |
Lines of Comment | COM | 12 | ******** |
LOC/COM | L_C | 3.250 | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 3 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 2 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 3 | |
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 |
---|---|---|---|---|---|
declaration
./services/logging/LoggingService.h:41 |
1 | 0 | 4 | ------ | ------ |
declaration
./services/logging/LoggingService.h:125 |
1 | 0 | 0 | ------ | ------ |
definition
./services/logging/ErisLogReciever.h:34 |
5 | 0 | 3 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
ErisLogReciever( LoggingService & ) definition ./services/logging/ErisLogReciever.cpp:27 declaration ./services/logging/ErisLogReciever.h:36 | 7 | 0 | 1 | ------ | ------ |
Eris_Logged( LogLevel, const string & ) definition ./services/logging/ErisLogReciever.cpp:41 declaration ./services/logging/ErisLogReciever.h:43 | 21 | 4 | 4 | 5.250 | ------ |
~ErisLogReciever( ) definition ./services/logging/ErisLogReciever.cpp:37 declaration ./services/logging/ErisLogReciever.h:38 | 4 | 0 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
LogLevel [CV] pass by value ./services/logging/ErisLogReciever.cpp:41 pass by value ./services/logging/ErisLogReciever.h:43 LoggingService [V] pass by reference ./services/logging/ErisLogReciever.cpp:27 pass by reference ./services/logging/ErisLogReciever.h:36 has by reference ./services/logging/ErisLogReciever.h:45 string [V] pass by reference ./services/logging/ErisLogReciever.cpp:41 pass by reference ./services/logging/ErisLogReciever.h:43 |