Condition Coverage

blib/lib/Archive/Zip/MemberRead.pm
Criterion Covered Total %
condition 13 24 54.1


and 3 conditions

line !l l&&!r l&&r condition
85 0 6 3 $zip and $file
0 0 6 $zip and not $file
0 0 6 $zip and not $file and ref $zip
269 0 7 16 $sep and defined $self->{'buffer'}
7 2 14 $sep and defined $self->{'buffer'} and $self->{'buffer'} =~ s/^(.*?)$sep//s
284 6 1 0 $status != 0 and $status != 1
318 1 0 0 $status != 0 and $status != 1

or 3 conditions

line l !l&&r !l&&!r condition
235 0 16 0 $self->{'chunkSize'} || Archive::Zip::chunkSize()