lib/Math/NumberBase.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 14 | 14 | 100.0 |
line | true | false | branch |
---|---|---|---|
61 | 1 | 14 | unless (defined $base) |
66 | 1 | 14 | if ($base < 2) |
70 | 1 | 13 | if (int $base != $base) |
76 | 3 | 10 | if (not defined $symbols) { } |
78 | 1 | 2 | if ($base > 36) |
91 | 1 | 11 | if (scalar keys %symbol_value_map != scalar @symbols_array) |
95 | 1 | 10 | if (scalar @symbols_array != $base) |