Condition Coverage

blib/lib/Spreadsheet/HTML/Presets/Conway.pm
Criterion Covered Total %
condition 0 18 0.0


and 3 conditions

line !l l&&!r l&&r condition
24 0 0 0 $args->{'wechsler'} and not $NO_WECHSLER
0 0 0 $args->{'wechsler'} and $NO_WECHSLER
66 0 0 0 $args->{'file'} and $args->{'file'} =~ /\.(gif|png|jpe?g)$/

or 2 conditions

line l !l condition
16 0 0 $args->{'on'} ||= '#00BFA5'
17 0 0 $args->{'off'} ||= '#EEEEEE'
22 0 0 $args->{'interval'} ||= 200

or 3 conditions

line l !l&&r !l&&!r condition
20 0 0 0 $NO_SPECTRUM || !$args->{'fade'}