blib/lib/Geo/Coordinates/Converter/Format.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 9 | 10 | 90.0 |
line | true | false | branch |
---|---|---|---|
12 | 272 | 0 | unless defined $args |
21 | 26 | 110 | unless defined $point->$meth |
22 | 10 | 100 | if ($point->$meth =~ /^\+(.+)$/) { } |
20 | 80 | elsif (my($prefix, $val) = $point->$meth =~ /^([NEWS])(.+)$/i) { } | |
25 | 9 | 11 | $prefix =~ /^[WS]$/i ? : |