Branch Coverage

blib/lib/Image/Base/Prima/Drawable.pm
Criterion Covered Total %
branch 0 40 0.0


line true false branch
56 0 0 if (my $method = $get_methods{$key})
70 0 0 if (defined $width) { }
0 0 elsif (defined $height) { }
71 0 0 if (defined $height) { }
85 0 0 if (@_ == 4) { }
111 0 0 $fill || $x1 == $x2 && $y1 == $y2 ? :
131 0 0 if ($dx <= 2 or $dy <= 2) { }
140 0 0 $fill ? :
163 0 0 if ($x1 == $x2 and $y1 == $y2) { }
179 0 0 $yeven ? :
0 0 $xeven ? :
0 0 $yeven ? :
0 0 $xeven ? :
195 0 0 if ($fill)
196 0 0 unless $drawable->fillpoly($poly)
198 0 0 unless $drawable->polyline($poly)
205 0 0 if ($colour ne $$self{'_set_colour'})
220 0 0 if ($colour =~ /^#([0-9A-F]{6})$/i)
223 0 0 if ($colour =~ /^#([0-9A-F]{2})[0-9A-F]{2}([0-9A-F]{2})[0-9A-F]{2}([0-9A-F]{2})[0-9A-F]{2}$/i)
228 0 0 if (my $coderef = 'cl'->can($c) || 'cl'->can(ucfirst $c))