Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
250 0 0 0 $args->{'caption'} and ref $args->{'caption'} eq 'HASH'

or 2 conditions

line l !l condition
80 0 0 $args->{'text'} || ''
88 0 0 $args->{'on'} || 'black'
89 0 0 $args->{'off'} || 'white'
138 0 0 $args->{'off'} || 'white'
139 0 0 $args->{'on'} || 'black'
285 0 0 $args->{'on'} || 'red'
286 0 0 $args->{'off'} || 'white'
332 0 0 $args{'copyright'} || 'Copyright 2017 Jeff Anderson'
340 0 0 $args{'jquery'} ||= 'https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js'

or 3 conditions

line l !l&&r !l&&!r condition
219 0 0 0 $args->{'month'} || (CORE::localtime)[4] + 1
0 0 0 $args->{'year'} || (CORE::localtime)[5] + 1900