blib/lib/Math/FixedPrecision.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 9 | 10 | 90.0 |
line | true | false | branch |
---|---|---|---|
72 | 32 | 17 | if (($radix = length($value) - index($value, '.') - 1) != length $value) { } |
74 | 0 | 32 | if (defined $decimal and $radix <= $decimal) { } |
2 | 30 | elsif (defined $decimal) { } | |
89 | 30 | 19 | if (defined $radix) { } |
5 | 14 | elsif (defined $decimal) { } |