Condition Coverage

lib/Spreadsheet/Write/WriteXLS.pm
Criterion Covered Total %
condition 5 11 45.4


and 3 conditions

line !l l&&!r l&&r condition
186 20 0 0 defined $props->{'comment'} and length $props->{'comment'}

or 2 conditions

line l !l condition
13 0 0 $args{'file'} || $args{'filename'} || die('Need filename.')
16 0 2 $args{'sheet'} || ''
17 2 0 $args{'styles'} || {}
195 12 12 lc $props->{'type'} || 'auto'