| blib/lib/Geo/OSM/Tiles.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 16 | 50.0 |
| line | true | false | branch |
|---|---|---|---|
| 113 | 9 | 0 | if $lonmin < -180 |
| 114 | 0 | 9 | if $lonmin > 179.9999999 |
| 115 | 0 | 9 | if $lonmax < -180 |
| 116 | 9 | 0 | if $lonmax > 179.9999999 |
| 138 | 9 | 0 | if $latmin < -85.0511287798 |
| 139 | 0 | 9 | if $latmin > 85.0511287798 |
| 140 | 0 | 9 | if $latmax < -85.0511287798 |
| 141 | 9 | 0 | if $latmax > 85.0511287798 |