Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 36 | ****** |
McCabe's Cyclomatic Number | MVG | 3 | ****** |
Lines of Comment | COM | 6 | ******** |
LOC/COM | L_C | 6.000 | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 5 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 5 | |
Depth of Inheritance Tree | DIT | 4 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 5 | |
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
common/iea.h:253 |
6 | 0 | 1 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
ICrossEAlgorithm( Random * ) definition common/iea.cc:126 declaration common/iea.h:255 | 3 | 0 | 0 | ------ | ------ |
reset( void ) definition common/iea.cc:143 declaration common/iea.h:267 | 14 | 2 | 0 | ------ | ------ |
setCross( ICrossBinaryPtr ) definition common/iea.cc:134 declaration common/iea.h:262 | 4 | 0 | 5 | ------ | ------ |
setProblem( Problem * ) definition common/iea.cc:138 declaration common/iea.h:266 | 4 | 0 | 0 | ------ | ------ |
~ICrossEAlgorithm( void ) definition common/iea.cc:129 declaration common/iea.h:264 | 5 | 1 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
ClassEAlgorithm [CV] inheritance common/iea.h:253 CrossBinaryPtr [CV] has by value common/iea.h:270 ICrossBinaryPtr [CV] pass by value common/iea.cc:134 pass by value common/iea.h:262 has by value common/iea.h:271 Problem [V] pass by reference common/iea.cc:138 pass by reference common/iea.h:266 Random [V] pass by reference common/iea.cc:126 pass by reference common/iea.h:255 |