Condition Coverage

lib/Spreadsheet/Write.pm
Criterion Covered Total %
condition 5 12 41.6


or 2 conditions

line l !l condition
118 0 0 $args->{'file'} || $args->{'filename'} || die('No file given')
120 4 0 $args->{'format'} || 'auto'
129 0 4 $parm{'styles'}{'ntext'} ||= {'format', '@', 'type', 'string'}
133 0 4 $parm{'styles'}{'header'} ||= {'font_weight', 'bold', 'type', 'string'}
137 0 4 $parm{'styles'}{'money'} ||= {'format', '$#,##0.00;-$#,##0.00'}
186 4 0 $self->{'_FILENAME'} || (return undef)