blib/lib/Game/TextMapper/Mapper.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 27 | 38 | 71.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
196 | 0 | 0 | 8 | index($location, "/") == -1 and -f $path |
227 | 158 | 161 | 0 | $_ and not /^\s*#/u |
280 | 9 | 0 | 2508 | defined $minx and $minx <= $region->x |
281 | 9 | 194 | 2314 | defined $maxx and $maxx >= $region->x |
282 | 9 | 0 | 2508 | defined $miny and $miny <= $region->y |
283 | 9 | 89 | 2419 | defined $maxy and $maxy >= $region->y |
285 | 9 | 0 | 0 | defined $min_x_overall and $minx >= $min_x_overall |
286 | 9 | 0 | 0 | defined $min_y_overall and $maxx <= $max_x_overall |
322 | 46 | 5 | 3 | $path and not $attributes |
line | l | !l | condition |
---|---|---|---|
134 | 0 | 2517 | $3 || '00' |
160 | 0 | 3218 | $3 || '00' |
393 | 7 | 2 | $self->attributes->{'default'} || 'fill="none"' |
438 | 5 | 4 | $self->license || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
319 | 8 | 46 | 179 | $path or $attributes |