Branch Coverage

blib/lib/Spreadsheet/ParseExcel/Stream.pm
Criterion Covered Total %
branch 4 12 33.3


line true false branch
14 0 8 if ($type)
15 0 0 if $type =~ /^xls$/i
16 0 0 if $type =~ /^xlsx$/i
20 0 8 unless open my $fh, '<', $file
23 0 8 unless $cnt == 4
25 0 8 if $pk eq "PK\cC\cD"