Condition Coverage

blib/lib/Optimization/NSGAII.pm
Criterion Covered Total %
condition 18 39 46.1


and 3 conditions

line !l l&&!r l&&r condition
629 0 1780510 408922 $err1 == $err2 and $P1_dominate_P2_count == $M
700 3535 2964 2534 $rank->[0] == $rank->[1] and $Dist->[0] > $Dist->[1]
1185 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

or 2 conditions

line l !l condition
900 0 23 $par{'f_ineq'} // sub { return [0]; }
902 23 0 $par{'verboseFinal'} // 1
904 23 0 $par{'distrib'} // [-1, "-0.5", 0, "0.5", 1]
905 23 0 $par{'scaleDistrib'} // 0
906 0 23 $par{'percentMut'} // 5
908 0 23 $par{'startPop'} // "nostartPop"

or 3 conditions

line l !l&&r !l&&!r condition
629 0 408922 1780510 $err1 < $err2 or $err1 == $err2 and $P1_dominate_P2_count == $M
700 3067 2534 6499 $rank->[0] < $rank->[1] or $rank->[0] == $rank->[1] and $Dist->[0] > $Dist->[1]
788 0 8910 9240 $#VP1 == 0 or rand 1 < "0.5"