blib/lib/Number/FormatEng.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 9 | 100.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
96 | 3 | 22 | 9 | $no_e_zero and $e == 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
63 | 3 | 3 | 2 | $prefix_mode or $no_e_zero |
75 | 2 | 3 | 32 | $num >= 1e+27 or $num <= 1e-25 |