Condition Coverage

blib/lib/PDL/Fit/LM.pm
Criterion Covered Total %
condition 6 9 66.6


and 3 conditions

line !l l&&!r l&&r condition
118 0 2 8 $iter < $maxiter and $di / $chisq > $eps
155 2 0 0 $iter >= $maxiter and $di / $chisq > $eps

or 3 conditions

line l !l&&r !l&&!r condition
118 2 8 2 $iter++ == 0 or $iter < $maxiter and $di / $chisq > $eps