Condition Coverage

blib/lib/Math/NumSeq/RadixWithoutDigit.pm
Criterion Covered Total %
condition 7 12 58.3


and 3 conditions

line !l l&&!r l&&r condition
308 265 73 0 $digit == 0 and $value == 0

or 3 conditions

line l !l&&r !l&&!r condition
308 0 0 338 $value < 0 or $digit == 0 and $value == 0
0 130 208 $value < 0 or $digit == 0 and $value == 0 or $value != int $value
130 0 208 $value < 0 or $digit == 0 and $value == 0 or $value != int $value or _is_infinite($value)