Branch Coverage

blib/lib/Catmandu/Importer/XLS.pm
Criterion Covered Total %
branch 0 18 0.0


line true false branch
35 0 0 if ($self->header) { }
36 0 0 if ($self->fields) { }
0 0 elsif ($self->columns) { }
49 0 0 if (not $self->fields or $self->columns)
58 0 0 unless my $xls = $parser->parse($self->file)
60 0 0 unless $xls = $xls->worksheet($self->worksheet)
88 0 0 if ($cell) { }
104 0 0 if (not $self->header or $self->columns) { }
109 0 0 if ($cell) { }