Condition Coverage

blib/lib/Image/Base/Gtk2/Gdk/Image.pm
Criterion Covered Total %
condition 0 17 0.0


and 3 conditions

line !l l&&!r l&&r condition
100 0 0 0 $x >= 0 and $y >= 0
0 0 0 $x >= 0 and $y >= 0 and $x < $gdkimage->get_width
0 0 0 $x >= 0 and $y >= 0 and $x < $gdkimage->get_width and $y < $gdkimage->get_height

or 2 conditions

line l !l condition
44 0 0 delete $params{'-image_type'} || 'fastest'

or 3 conditions

line l !l&&r !l&&!r condition
45 0 0 0 delete $params{'-visual'} || $params{'-colormap'} && $params{'-colormap'}->get_visual || 'Gtk2::Gdk::Visual'->get_system
137 0 0 0 'Gtk2::Gdk::Color'->parse($colour) || croak("Cannot parse colour: $colour")