Branch Coverage

blib/lib/Imager/Bing/MapLayer/Utils.pm
Criterion Covered Total %
branch 17 26 65.3


line true false branch
101 2 61 if $level < $Imager::Bing::MapLayer::Utils::MIN_ZOOM_LEVEL or $level > $Imager::Bing::MapLayer::Utils::MAX_ZOOM_LEVEL
178 59 272 if $tile_x & $mask
179 151 180 if $tile_y & $mask
205 0 34 unless ($quad_key =~ /$re/)
218 67 296 if $digit & 1
219 167 196 if $digit & 2
273 0 13 if (my $radius = $args{'r'}) { }
0 13 elsif (my $box = $args{'box'}) { }
0 13 elsif (my $list = $args{'points'}) { }
300 0 26 if (ref $args{$axis}) { }
306 26 0 if defined $args{$axis}
315 0 104 if defined $args{$arg}
353 0 0 if ($$point[0] != $$last[0] or $$point[1] != $$last[1])