Branch Coverage

blib/lib/SVG/SpriteMaker.pm
Criterion Covered Total %
branch 5 8 62.5


line true false branch
25 0 1 ref $prefix eq 'CODE' ? :
34 0 2 unless my($w) = $svg->attr('width') =~ /([0-9.]*)/su
35 0 2 unless my($h) = $svg->attr('height') =~ /([0-9.]*)/su
36 1 1 if $h > $mh