Condition Coverage

blib/lib/SDLx/Sprite.pm
Criterion Covered Total %
condition 8 21 38.1


and 3 conditions

line !l l&&!r l&&r condition
19 0 0 2 exists $options{'width'} and $options{'height'}
42 3 8 0 exists $options{'rect'} and exists $options{'x'} || exists $options{'y'}
45 2 9 0 exists $options{'image'} and exists $options{'surface'}
177 2 0 2 $value < 1 and $value > 0
194 0 0 0 $angle and $$self{'orig_surface'}
198 0 0 0 defined $smooth && $smooth != 0

or 3 conditions

line l !l&&r !l&&!r condition
42 0 0 8 exists $options{'x'} || exists $options{'y'}