lib/Geo/HelmertTransform.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 16 | 37.5 |
line | true | false | branch |
---|---|---|---|
134 | 0 | 1 | if ++$niter > 10000 |
154 | 1 | 0 | unless ($d1->is_wgs84) |
171 | 0 | 1 | unless ($d2->is_wgs84) |
243 | 2 | 0 | if (exists $p{'Name'}) { } |
0 | 0 | elsif (not exists $p{'a'} && exists $p{'b'}) { } | |
244 | 0 | 2 | unless exists $known_datums{$p{'Name'}} |
263 | 0 | 0 | if exists $p{$_} |
280 | 4 | 0 | unless (exists $_[0]{'e2'}) |