lib/Spreadsheet/Write.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 12 | 41.6 |
line | l | !l | condition |
---|---|---|---|
136 | 0 | 0 | $args->{'file'} || $args->{'filename'} || die('No file given') |
138 | 6 | 0 | $args->{'format'} || 'auto' |
147 | 0 | 6 | $parm{'styles'}{'ntext'} ||= {'format', '@', 'type', 'string'} |
151 | 0 | 6 | $parm{'styles'}{'header'} ||= {'font_weight', 'bold', 'type', 'string'} |
155 | 0 | 6 | $parm{'styles'}{'money'} ||= {'format', '$#,##0.00;-$#,##0.00'} |
205 | 6 | 0 | $self->{'_FILENAME'} || (return undef) |