Branch Coverage

blib/lib/SVGGraph.pm
Criterion Covered Total %
branch 0 76 0.0


line true false branch
22 0 0 if ($$options{'horiunitdistance'})
27 0 0 if ($$options{'graphtype'})
36 0 0 unless ($xyArrayRefs[$i][3])
51 0 0 if ($xyArrayRefs[$i][0][$j] > $maxX)
55 0 0 if ($xyArrayRefs[$i][0][$j] < $minX)
59 0 0 if ($xyArrayRefs[$i][1][$j] > $maxY)
63 0 0 if ($xyArrayRefs[$i][1][$j] < $minY)
70 0 0 if ($maxX == $minX)
74 0 0 if ($maxY == $minY)
81 0 0 if ($$options{'imageheight'})
87 0 0 if ($$options{'barwidth'})
113 0 0 if ($graphType eq 'spline')
165 0 0 if ($i != 0)
182 0 0 if ($i != 0)
190 0 0 if ($graphType eq 'spline') { }
0 0 elsif ($graphType eq 'verticalbars') { }
200 0 0 if ($dotNumber == 0) { }
223 0 0 if ($minY < 0 and $maxY > 0) { }
0 0 elsif ($maxY < 0) { }
239 0 0 if ($$options{'title'})
242 0 0 if ($$options{'titlestyle'})
249 0 0 if ($$options{'xlabel'})
252 0 0 if ($$options{'xlabelstyle'})
259 0 0 if ($$options{'ylabel'})
262 0 0 if ($$options{'ylabelstyle'})
270 0 0 if ($$options{'legendoffset'})
277 0 0 if ($xyArrayRefs[$i][2])
280 0 0 if ($graphType eq 'spline')
310 0 0 if ($dotNumber == 0) { }
320 0 0 $i % 2 ? :
325 0 0 $i == 1 ? :
345 0 0 if ($remainder < 1.4) { }
0 0 elsif ($remainder < 3.2) { }
0 0 elsif ($remainder < 7.1) { }
370 0 0 if ($hexString =~ /^\#/)
374 0 0 if ($hexString =~ /^\#?[0-9a-f]{6}$/i) { }
393 0 0 if ($hexString =~ /^\#/)
410 0 0 unless (defined $string)