blib/lib/Spreadsheet/DataToExcel.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 23 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
34 | 0 | 0 | 0 | defined $file and length $file |
38 | 0 | 0 | 0 | defined $file and length $file |
42 | 0 | 0 | 0 | defined $data and ref $data eq 'ARRAY' |
46 | 0 | 0 | 0 | defined $data and ref $data eq 'ARRAY' |
65 | 0 | 0 | 0 | $$opts{'text_wrap'} and defined $$_[$idx] |
103 | 0 | 0 | 0 | $$opts{'center_first_row'} and $row_num == 0 |
line | l | !l | condition |
---|---|---|---|
21 | 0 | 0 | $opts ||= {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
80 | 0 | 0 | 0 | not defined $sizes[$idx] or $sizes[$idx] < $length |