Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 19 | ****** |
McCabe's Cyclomatic Number | MVG | 0 | ****** |
Lines of Comment | COM | 0 | ******** |
LOC/COM | L_C | ------ | |
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 | 1 | |
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/initind.h:56 |
5 | 0 | 0 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
SimpleInitInd( Random * ) definition common/initind.h:58 | 3 | 0 | 0 | ------ | ------ |
createInd( DomainRealPtr, tChromosomeReal & ) definition common/initind.cc:10 declaration common/initind.h:63 | 4 | 0 | 0 | ------ | ------ |
reset( DomainRealPtr, unsigned ) definition common/initind.cc:14 declaration common/initind.h:61 | 3 | 0 | 0 | ------ | ------ |
resetBest( DomainRealPtr, const tChromosomeReal &, unsigned ) definition common/initind.cc:17 declaration common/initind.h:62 | 3 | 0 | 0 | ------ | ------ |
~SimpleInitInd( void ) definition common/initind.h:64 | 1 | 0 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
DomainRealPtr [CV] pass by value common/initind.cc:10 pass by value common/initind.cc:14 pass by value common/initind.cc:17 pass by value common/initind.h:61 pass by value common/initind.h:62 pass by value common/initind.h:63 InitIndividual [CV] inheritance common/initind.h:56 Random [V] pass by reference common/initind.h:58 has by reference common/initind.h:66 tChromosomeReal [V] pass by reference common/initind.cc:10 pass by reference common/initind.cc:17 pass by reference common/initind.h:62 pass by reference common/initind.h:63 unsigned [CV] pass by value common/initind.cc:14 pass by value common/initind.cc:17 pass by value common/initind.h:61 pass by value common/initind.h:62 |