Condition Coverage

blib/lib/Spreadsheet/Read/Ingester.pm
Criterion Covered Total %
condition 4 12 33.3


and 3 conditions

line !l l&&!r l&&r condition
48 0 0 1 $book and ref $book eq 'ARRAY' || ref $book eq 'Spreadsheet::Read::Ingester'
0 0 1 $book and ref $book eq 'ARRAY' || ref $book eq 'Spreadsheet::Read::Ingester' and $book->[0]{'sheets'}
60 0 0 1 $p->{'type'} eq $c2->{'type'} and $p->{'parser'} eq $c2->{'parser'}

or 3 conditions

line l !l&&r !l&&!r condition
48 0 1 0 ref $book eq 'ARRAY' || ref $book eq 'Spreadsheet::Read::Ingester'