Condition Coverage

blib/lib/Image/Base/Tk/Photo.pm
Criterion Covered Total %
condition 0 15 0.0


and 3 conditions

line !l l&&!r l&&r condition
224 0 0 0 $fill and lc $colour ne 'none'
227 0 0 0 $x2 >= 0 and $y2 >= 0

or 3 conditions

line l !l&&r !l&&!r condition
67 0 0 0 delete $params{'-for_widget'} || croak('Must have -for_widget to create new Tk::Photo')
194 0 0 0 $x < 0 or $y < 0
207 0 0 0 $x >= $tkphoto->cget('-width') or $y >= $tkphoto->cget('-height')