blib/lib/Data/TableReader/Decoder/XLSX.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 1 | 6 | 16.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
23 | 0 | 0 | 0 | ref $f and ref($f)->can('worksheets') |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
11 | 0 | 0 | 1 | $default_xlsx_module ||= Data::TableReader::Decoder::_first_sufficient_module('XLSX parser', \@xlsx_probe_modules) |