| blib/lib/Geo/Formatter/FormatBase/Double.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 10 | 20 | 50.0 |
| line | true | false | branch |
|---|---|---|---|
| 14 | 0 | 13 | if (@_ < 2) { } |
| 0 | 13 | elsif (@_ > 3) { } | |
| 0 | 13 | elsif (@_ == 3 and ref $_[2] ne 'HASH') { } | |
| 24 | 13 | 0 | wantarray ? : |
| 25 | 12 | 0 | $pkg->can('encode') ? : |
| 32 | 0 | 14 | if (@_ < 2) { } |
| 0 | 14 | elsif (@_ > 3) { } | |
| 0 | 14 | elsif (@_ == 3 and ref $_[2] ne 'HASH') { } | |
| 42 | 14 | 0 | wantarray ? : |
| 43 | 12 | 0 | $pkg->can('decode') ? : |