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
21 0 2 0 exists $options{'width'} and $options{'height'}
45 3 8 0 exists $options{'rect'} and exists $options{'x'} || exists $options{'y'}
48 2 9 0 exists $options{'image'} and exists $options{'surface'}
179 2 0 2 $value < 1 and $value > 0
196 0 0 0 $angle and $self->{'orig_surface'}
202 0 0 0 defined $smooth && $smooth != 0

or 3 conditions

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