Branch Coverage

lib/SVG/Estimate/Polyline.pm
Criterion Covered Total %
branch 13 14 92.8


line true false branch
102 0 23 @args % 2 ? :
109 20 260 if ($args->{'transformer'}->has_transforms)
112 98 182 if $point->[0] < $min_x
113 44 236 if $point->[0] > $max_x
114 65 215 if $point->[1] < $min_y
115 78 202 if $point->[1] > $max_y
116 23 257 if ($first)