blib/lib/Math/Base/Convert/CalcPP.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 6 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
112 | 453 | 71 | 35 | $base == 10 and length $str < 16 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
14 | 62 | 0 | 0 | ref $_[0] or $_[0] =~ /\D/ |