Condition Coverage

blib/lib/Language/Befunge/lib/MODU.pm
Criterion Covered Total %
condition 0 9 0.0


and 3 conditions

line !l l&&!r l&&r condition
78 0 0 0 $x <= 0 and $mod <= 0
0 0 0 $x >= 0 and $mod >= 0

or 3 conditions

line l !l&&r !l&&!r condition
78 0 0 0 $x <= 0 and $mod <= 0 or $x >= 0 and $mod >= 0