Condition Coverage

blib/lib/Tie/Gzip.pm
Criterion Covered Total %
condition 0 24 0.0


and 3 conditions

line !l l&&!r l&&r condition
69 0 0 0 $$options{'read_pipe'} and not $$options{'read_pipe'} =~ /\|/
70 0 0 0 $$options{'write_pipe'} and not $$options{'write_pipe'} =~ /\|/
109 0 0 0 $$self{'gz_package'} and not $$options{'read_pipe'}
153 0 0 0 $$self{'gz_package'} and not $$options{'write_pipe'}
381 0 0 0 $success and $$self{'tell'} == -s $$self{'file_abs'}

or 3 conditions

line l !l&&r !l&&!r condition
131 0 0 0 $! or not $success
174 0 0 0 $! or not $success
380 0 0 0 !$err || $err == Z_STREAM_END()