Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 7 | ****** |
McCabe's Cyclomatic Number | MVG | 0 | ****** |
Lines of Comment | COM | 16 | ******** |
LOC/COM | L_C | ------ | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 4 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 4 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 2 | |
Coupling between objects | CBO | 6 | |
Information Flow measure ( inclusive ) | IF4 | 81 | ******** |
Information Flow measure ( visible ) | IF4v | 36 | ******** |
Information Flow measure ( concrete ) | IF4c | 16 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
definition
common/initind.h:34 |
3 | 0 | 4 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
createInd( DomainRealPtr, tChromosomeReal & ) declaration common/initind.h:50 | 1 | 0 | 5 | ------ | ------ |
reset( DomainRealPtr, unsigned ) declaration common/initind.h:39 | 1 | 0 | 3 | ------ | ------ |
resetBest( DomainRealPtr, const tChromosomeReal &, unsigned ) declaration common/initind.h:44 | 1 | 0 | 4 | ------ | ------ |
~InitIndividual( void ) definition common/initind.h:51 | 1 | 0 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
PopulationReal has by reference common/populationreal.h:218 SimpleInitInd [CV] inheritance common/initind.h:56 UniformInitInd [CV] inheritance common/initind.h:107 |
DomainRealPtr [CV] pass by value common/initind.h:39 pass by value common/initind.h:44 pass by value common/initind.h:50 tChromosomeReal [V] pass by reference common/initind.h:44 pass by reference common/initind.h:50 unsigned [CV] pass by value common/initind.h:39 pass by value common/initind.h:44 |