Condition Coverage

blib/lib/JE/Object/Math.pm
Criterion Covered Total %
condition 0 30 0.0


and 3 conditions

line !l l&&!r l&&r condition
206 0 0 0 defined $_[0] && defined $_[1]
211 0 0 0 $a + 1 == $a && $b + 1 == $b
370 0 0 0 abs $x == 1 and abs $y == 9**9**9
376 0 0 0 $x == 0 and $y < 0
378 0 0 0 $x == -9**9**9 and $y < 0
382 0 0 0 $x == -9**9**9 and $y > 0
0 0 0 $x == -9**9**9 and $y > 0 and int $y != $y

or 3 conditions

line l !l&&r !l&&!r condition
327 0 0 0 not defined $result or $result < $num
349 0 0 0 not defined $result or $result > $num
378 0 0 0 int $y != $y || !($y % 2)