| blib/lib/IO/Uncompress/Adapter/Bunzip2.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 8 | 12 | 66.6 | 
| line | true | false | branch | 
|---|---|---|---|
| 21 | 0 | 792 | if $status != BZ_OK() | 
| 45 | 2 | 1097 | if ($status != BZ_OK() and $status != BZ_STREAM_END()) | 
| 52 | 2 | 1095 | if $status == BZ_OK() | 
| 53 | 1095 | 0 | if $status == BZ_STREAM_END() | 
| 63 | 350 | 0 | $status == BZ_OK() ? : | 
| 65 | 0 | 350 | if ($status != BZ_OK()) |