| blib/lib/IO/Uncompress/Adapter/Inflate.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 12 | 12 | 100.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 65 | 595 | 3714 | 1445 | $status != Z_OK() and $status != Z_STREAM_END() | 
| 4309 | 267 | 1178 | $status != Z_OK() and $status != Z_STREAM_END() and $status != Z_BUF_ERROR() | 
| line | l | !l | condition | 
|---|---|---|---|
| 17 | 1412 | 2114 | shift() || 1 | 
| 18 | 345 | 3181 | shift() || 1 | 
| 19 | 69 | 3457 | shift() || 0 |