blib/lib/Geo/Google/Path.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 16 | 0.0 |
line | true | false | branch |
---|---|---|---|
27 | 0 | 0 | $$self{'segments'} ? : |
29 | 0 | 0 | $$self{'locations'} ? : |
74 | 0 | 0 | if ($i == 0) { } |
0 | 0 | elsif ($i == $#locations) { } | |
126 | 0 | 0 | if ($point->latitude > $maxlat) |
128 | 0 | 0 | if ($point->latitude < $minlat) |
130 | 0 | 0 | if ($point->longitude > $maxlng) |
132 | 0 | 0 | if ($point->longitude < $minlng) |