Condition Coverage

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


or 2 conditions

line l !l condition
11 0 0 $args->{'bgdirection'} ||= ''
12 0 0 $args->{'interval'} ||= 200
68 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
10 0 0 0 $args->{'bgdirection'} || $args->{'bx'} || $args->{'by'}
0 0 0 $args->{'fgdirection'} ||= $args->{'bgdirection'} || $args->{'bx'} || $args->{'by'} ? '' : 'right'
55 0 0 0 defined $args{'fx'} || defined $args{'fy'}
56 0 0 0 $args{'fy'} ||= $fmap{$args{'fgdirection'}}{'fy'}
57 0 0 0 $args{'bx'} ||= $bmap{$args{'bgdirection'}}{'bx'}
58 0 0 0 $args{'by'} ||= $bmap{$args{'bgdirection'}}{'by'}