Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 47 | ****** |
McCabe's Cyclomatic Number | MVG | 9 | ****** |
Lines of Comment | COM | 23 | ******** |
LOC/COM | L_C | 2.043 | |
MVG/COM | M_C | 0.391 | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 8 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 8 | |
Depth of Inheritance Tree | DIT | 1 | |
Number of Children | NOC | 3 | |
Coupling between objects | CBO | 5 | |
Information Flow measure ( inclusive ) | IF4 | 36 | ******** |
Information Flow measure ( visible ) | IF4v | 9 | ******** |
Information Flow measure ( concrete ) | IF4c | 9 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
definition
common/signal.h:50 |
5 | 0 | 0 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
Resetable( void ) definition common/signal.h:55 | 1 | 0 | 0 | ------ | ------ |
appendSignal( IReset * ) definition common/signal.cc:27 declaration common/signal.h:62 | 7 | 1 | 3 | ------ | ------ |
clear( void ) definition common/signal.cc:53 declaration common/signal.h:70 | 11 | 3 | 0 | ------ | ------ |
clearSignal( void ) definition common/signal.cc:34 declaration common/signal.h:67 | 5 | 1 | 3 | ------ | ------ |
realClear( void ) definition common/signal.h:58 | 1 | 0 | 0 | ------ | ------ |
realReset( void ) definition common/signal.h:57 | 1 | 0 | 0 | ------ | ------ |
reset( void ) definition common/signal.cc:39 declaration common/signal.h:69 | 11 | 3 | 0 | ------ | ------ |
~Resetable( void ) definition common/signal.cc:22 declaration common/signal.h:56 | 5 | 1 | 17 | ------ | ------ |
Clients | Suppliers |
---|---|
EAlgorithm [CV] inheritance common/ea.h:40 IEAlgorithm [CV] inheritance common/iea.h:59 Problem [CV] inheritance common/problem.h:68 |
IReset [CV] pass by reference common/signal.cc:27 inheritance common/signal.h:50 pass by reference common/signal.h:62 list has by reference common/signal.h:52 |