Branch Coverage

blib/lib/Catmandu/Importer/XLS.pm
Criterion Covered Total %
branch 12 18 66.6


line true false branch
35 8 2 if ($self->header) { }
36 1 7 if ($self->fields) { }
1 6 elsif ($self->columns) { }
49 2 0 if (not $self->fields or $self->columns)
58 0 10 unless my $xls = $parser->parse($self->file)
61 0 10 unless $xls = $xls->worksheet($self->worksheet)
89 282 84 if ($cell) { }
105 8 0 if (not $self->header or $self->columns) { }
110 0 0 if ($cell) { }