blib/lib/Memcached/Client/Compressor/Gzip.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 7 | 85.7 |
line | l | !l | condition |
---|---|---|---|
26 | 2 | 1 | $flags & 2 and 1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
47 | 2 | 0 | 1 | $$self{'compress_threshold'} && $len >= $$self{'compress_threshold'} |
line | l | !l | condition |
---|---|---|---|
24 | 1 | 2 | $flags ||= 0 |