Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 17 | ****** |
McCabe's Cyclomatic Number | MVG | 0 | ****** |
Lines of Comment | COM | 38 | ******** |
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 | 1 | |
Number of Children | NOC | 2 | |
Coupling between objects | CBO | 8 | |
Information Flow measure ( inclusive ) | IF4 | 144 | ******** |
Information Flow measure ( visible ) | IF4v | 144 | ******** |
Information Flow measure ( concrete ) | IF4c | 100 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
definition
common/icross.h:41 |
7 | 0 | 13 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
operator ( )( const tChromosomeReal &, tFitness, const tChromosomeReal &, tFitness, tChromosomeReal & ) declaration common/icross.h:80 | 1 | 0 | 10 | ------ | ------ |
setDomain( DomainRealPtr ) definition common/icross.h:48 | 3 | 0 | 5 | ------ | ------ |
setRandom( RandomPtr ) definition common/icross.h:57 | 3 | 0 | 5 | ------ | ------ |
setRunning( RunningPtr ) definition common/icross.h:66 | 3 | 0 | 5 | ------ | ------ |
Clients | Suppliers |
---|---|
CrossBLX [CV] inheritance common/cross.h:38 CrossPBLX [CV] inheritance common/cross.h:71 |
DomainRealPtr [CV] pass by value common/icross.h:48 has by value common/icross.h:84 IReset [CV] inheritance common/icross.h:41 RandomPtr [CV] pass by value common/icross.h:57 has by value common/icross.h:85 RunningPtr [CV] pass by value common/icross.h:66 has by value common/icross.h:86 tChromosomeReal [V] pass by reference common/icross.h:80 pass by reference common/icross.h:80 pass by reference common/icross.h:80 tFitness [CV] pass by value common/icross.h:80 pass by value common/icross.h:80 |