| blib/lib/Imager/Bing/MapLayer/Level.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 30 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 272 | 52 | 0 | 13 | defined $x and defined $y |
| 572 | 12 | 1 | 0 | exists $$tiles{$key} && $self->in_memory |
| line | l | !l | condition |
|---|---|---|---|
| 214 | 0 | 0 | $min_r // 0 |
| 455 | 30 | 6 | $$opts{'args'} //= [] |
| 456 | 36 | 0 | $$opts{'name'} //= 'undef' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 274 | 0 | 0 | 13 | ref $x or ref $y |
| 301 | 0 | 0 | 0 | @xs or @ys |
| 303 | 0 | 0 | 0 | shift @xs // $last_x |
| 304 | 0 | 0 | 0 | shift @ys // $last_y |
| 466 | 0 | 0 | 13 | $args{'-min_level'} // $Imager::Bing::MapLayer::Level::MIN_ZOOM_LEVEL |
| 469 | 0 | 0 | 13 | $args{'-max_level'} // $Imager::Bing::MapLayer::Level::MAX_ZOOM_LEVEL |