blib/lib/Catmandu/Importer/XLSX.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 11 | 16 | 68.7 |
line | true | false | branch |
---|---|---|---|
35 | 8 | 1 | if ($self->header) { } |
36 | 1 | 7 | if ($self->fields) { } |
1 | 6 | elsif ($self->columns) { } | |
49 | 1 | 0 | if (not $self->fields or $self->columns) |
57 | 0 | 9 | unless my $xlsx = 'Spreadsheet::XLSX'->new($self->file) |
90 | 276 | 88 | if ($cell) { } |
105 | 6 | 0 | if (not $self->header or $self->columns) { } |
110 | 0 | 0 | if ($cell) { } |