Branch Coverage

examples/compress-zlib/filtinf
Criterion Covered Total %
branch 4 8 50.0


line true false branch
8 0 1 unless my $x = &inflateInit()
20 1 0 if $status == Z_OK() or $status == Z_STREAM_END()
23 1 0 if $status != Z_OK()
26 0 1 unless $status == Z_STREAM_END()