Branch Coverage

blib/lib/Excel/Writer/XLSX/Chart/Scatter.pm
Criterion Covered Total %
branch 22 22 100.0


line true false branch
107 33 33 if ($args{'primary_axes'}) { }
114 32 34 unless scalar @series
121 24 10 if ($subtype eq 'marker_only')
125 3 31 if ($subtype eq 'straight_with_markers')
129 3 31 if ($subtype eq 'straight')
134 2 32 if ($subtype eq 'smooth_with_markers')
138 2 32 if ($subtype eq 'smooth')
211 6 56 if ($self->{'_subtype'} =~ /smooth/ and not defined $series->{'_smooth'}) { }
306 2 60 if ($type eq 'str') { }
376 24 10 if ($subtype eq 'marker_only')
382 42 2 unless ($series->{'_line'}{'_defined'})