Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 42 | ****** |
McCabe's Cyclomatic Number | MVG | 4 | ****** |
Lines of Comment | COM | 23 | ******** |
LOC/COM | L_C | 1.826 | |
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 | 2 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 3 | |
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/cross.h:71 |
7 | 0 | 8 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
CrossPBLX( double ) definition common/cross.cc:113 declaration common/cross.h:79 | 3 | 0 | 6 | ------ | ------ |
operator ( )( const tChromosomeReal &, tFitness, const tChromosomeReal &, tFitness, tChromosomeReal & ) definition common/cross.cc:140 declaration common/cross.h:90 | 28 | 4 | 6 | 4.667 | ------ |
reset( void ) definition common/cross.h:86 | 1 | 0 | 0 | ------ | ------ |
~CrossPBLX( void ) definition common/cross.cc:116 declaration common/cross.h:84 | 3 | 0 | 3 | ------ | ------ |
Clients | Suppliers |
---|---|
ICrossBinary [CV] inheritance common/cross.h:71 tChromosomeReal [V] pass by reference common/cross.cc:140 pass by reference common/cross.cc:140 pass by reference common/cross.cc:140 pass by reference common/cross.h:90 pass by reference common/cross.h:90 pass by reference common/cross.h:90 tFitness [CV] pass by value common/cross.cc:140 pass by value common/cross.cc:140 pass by value common/cross.h:90 pass by value common/cross.h:90 |