| lib/Mojolicious/Plugin/SessionCompress.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 11 | 63.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 15 | 1 | 0 | 1 | exists $$conf{'compress'} and exists $$conf{'decompress'} |
| 37 | 1 | 0 | 1 | exists $$conf{'serialize'} and exists $$conf{'deserialize'} |
| line | l | !l | condition |
|---|---|---|---|
| 11 | 2 | 0 | $conf ||= {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 32 | 1 | 0 | 1 | $status != Compress::Zlib::Z_STREAM_END() or length $inflated <= 1 |