Condition Coverage

blib/lib/Number/FormatEng.pm
Criterion Covered Total %
condition 15 15 100.0


and 3 conditions

line !l l&&!r l&&r condition
88 3 18 8 $no_e_zero and $e == 0
99 40 14 2 $num < 10 and $num > 9.999999999
14 37 3 $num < 100 and $num > 99.99999999

or 3 conditions

line l !l&&r !l&&!r condition
63 3 3 2 $prefix_mode or $no_e_zero
75 1 3 29 $num >= 1e+27 or $num <= 1e-25