Condition Coverage

blib/lib/Assert/Refute/T/Numeric.pm
Criterion Covered Total %
condition 6 12 50.0


and 3 conditions

line !l l&&!r l&&r condition
58 0 0 7 &looks_like_number($min) and &looks_like_number($max)
64 1 1 3 $min <= $x && $x <= $max
76 0 0 4 &looks_like_number($exp) and &looks_like_number($delta)
94 0 0 4 &looks_like_number($exp) and &looks_like_number($delta)