| lib/SVG/Estimate/Polyline.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 13 | 14 | 92.8 |
| line | true | false | branch |
|---|---|---|---|
| 70 | 0 | 6 | @args % 2 ? : |
| 81 | 20 | 48 | if ($args->{'transformer'}->has_transforms) |
| 84 | 20 | 48 | if $point->[0] < $min_x |
| 85 | 14 | 54 | if $point->[0] > $max_x |
| 86 | 12 | 56 | if $point->[1] < $min_y |
| 87 | 26 | 42 | if $point->[1] > $max_y |
| 89 | 6 | 62 | if ($first) |