Condition Coverage

blib/lib/Data/Transform/Zlib.pm
Criterion Covered Total %
condition 5 10 50.0


and 3 conditions

line !l l&&!r l&&r condition
119 3 0 0 defined $meta->data and $meta->data eq 'sync'

or 2 conditions

line l !l condition
70 0 2 $param{'deflate'} || {}
73 0 2 $param{'inflate'} || {}

or 3 conditions

line l !l&&r !l&&!r condition
103 3 3 0 $status == Z_OK() or $status == Z_STREAM_END()