blib/lib/Optimization/NSGAII.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 17 | 37 | 45.9 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
614 | 0 | 928699 | 251194 | $err1 == $err2 and $P1_dominate_P2_count == $M |
685 | 1959 | 1322 | 1275 | $rank->[0] == $rank->[1] and $Dist->[0] > $Dist->[1] |
1161 | 0 | 0 | 0 | $x < $xmax and $x > $xmin |
0 | 0 | 0 | $x < $xmax and $x > $xmin and $y < $ymax | |
0 | 0 | 0 | $x < $xmax and $x > $xmin and $y < $ymax and $y > $ymin | |
0 | 0 | 0 | $x < $xmax and $x > $xmin and $y < $ymax and $y > $ymin and $rank->[$kp] < $#nameFront |
line | l | !l | condition |
---|---|---|---|
885 | 0 | 12 | $par{'f_ineq'} // sub { return [0]; } |
887 | 12 | 0 | $par{'verboseFinal'} // 1 |
889 | 12 | 0 | $par{'distrib'} // [-1, "-0.5", 0, "0.5", 1] |
890 | 12 | 0 | $par{'scaleDistrib'} // 0 |
891 | 0 | 12 | $par{'percentMut'} // 5 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
614 | 0 | 251194 | 928699 | $err1 < $err2 or $err1 == $err2 and $P1_dominate_P2_count == $M |
685 | 2044 | 1275 | 3281 | $rank->[0] < $rank->[1] or $rank->[0] == $rank->[1] and $Dist->[0] > $Dist->[1] |
773 | 0 | 4712 | 5188 | $#VP1 == 0 or rand 1 < "0.5" |