Condition Coverage

blib/lib/Math/NoCarry.pm
Criterion Covered Total %
condition 5 9 55.5


and 3 conditions

line !l l&&!r l&&r condition
129 0 0 118 $_[0] >= 0 and $_[1] >= 0
166 0 0 6 $_[0] >= 0 and $_[1] >= 0

or 3 conditions

line l !l&&r !l&&!r condition
91 2 2 10 $_[0] > 0 && $_[1] < 0 || $_[1] > 0 && $_[0] < 0