Condition Coverage

blib/lib/SVG/Plot.pm
Criterion Covered Total %
condition 19 29 65.5


and 3 conditions

line !l l&&!r l&&r condition
258 1 0 4 $point_size and $point_size eq 'AUTO'
270 0 3 1 $min_size and $point_size < $min_size
273 0 3 1 $max_size and $point_size > $max_size

or 2 conditions

line l !l condition
166 2 3 $self->scale || 10
167 0 5 $self->margin || 10
249 0 5 $args{'point_style'} || {'stroke', 'red', 'fill', 'white'}
259 1 3 $args{'min_point_size'} || 1
260 2 2 $args{'max_point_size'} || 10
278 4 1 $point_size ||= 3
307 0 0 $style ||= {'stroke-width', 2, 'stroke', 'blue'}

or 3 conditions

line l !l&&r !l&&!r condition
159 5 0 0 $points or $pointsets
286 2 15 0 $$_[2] || $self->random_id