| lib/Spreadsheet/Write/WriteXLS.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 11 | 45.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 186 | 20 | 0 | 0 | defined $props->{'comment'} and length $props->{'comment'} |
| 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' |