| blib/lib/Excel/Grinder.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 12 | 41.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 87 | 0 | 7 | 2 | $args{'headings_in_data'} and $n == 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 26 | 0 | 1 | 0 | $default_directory ||= $temp_directory . $path_separator . "excel_grinder" |
| 136 | 2 | 0 | 0 | $sheet->{'MaxRow'} ||= $sheet->{'MinRow'} |
| 139 | 2 | 0 | 0 | $sheet->{'MaxCol'} ||= $sheet->{'MinCol'} |