Condition Coverage

blib/lib/Spreadsheet/HTML/Presets/Scroll.pm
Criterion Covered Total %
condition 0 30 0.0


or 2 conditions

line l !l condition
16 0 0 $args->{'bgdirection'} ||= ''
17 0 0 $args->{'interval'} ||= 200
73 0 0 $args{'fx'} || 0
0 0 $args{'fy'} || 0
0 0 $args{'bx'} || 0
0 0 $args{'by'} || 0

or 3 conditions

line l !l&&r !l&&!r condition
15 0 0 0 $args->{'bgdirection'} || $args->{'bx'} || $args->{'by'}
0 0 0 $args->{'fgdirection'} ||= $args->{'bgdirection'} || $args->{'bx'} || $args->{'by'} ? '' : 'right'
60 0 0 0 defined $args{'fx'} || defined $args{'fy'}
61 0 0 0 $args{'fy'} ||= $fmap{$args{'fgdirection'}}{'fy'}
62 0 0 0 $args{'bx'} ||= $bmap{$args{'bgdirection'}}{'bx'}
63 0 0 0 $args{'by'} ||= $bmap{$args{'bgdirection'}}{'by'}