Branch Coverage

blib/lib/Catmandu/Importer/XLS.pm
Criterion Covered Total %
branch 11 16 68.7


line true false branch
34 8 1 if ($self->header) { }
35 1 7 if ($self->fields) { }
1 6 elsif ($self->columns) { }
48 1 0 if (not $self->fields or $self->columns)
57 0 9 unless my $xls = $parser->parse($self->file)
88 280 84 if ($cell) { }
104 6 0 if (not $self->header or $self->columns) { }
109 0 0 if ($cell) { }