Condition Coverage

blib/lib/Math/NumSeq/PythagoreanHypots.pm
Criterion Covered Total %
condition 8 9 88.8


and 3 conditions

line !l l&&!r l&&r condition
180 4 6 12 $value > 1 && $value % 4 == 1

or 3 conditions

line l !l&&r !l&&!r condition
125 6 0 2104 $value < 5 or _is_infinite($value)
6 47 2057 $value < 5 or _is_infinite($value) or $value != int $value