| blib/lib/Net/IPP/IPPUtil.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 18 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 266 | 0 | 0 | 0 | $status >= 0 && $status <= 255 |
| 338 | 0 | 0 | 0 | $status >= 0 and $status <= 255 |
| 0 | 0 | 0 | $status >= 256 and $status <= 511 | |
| 0 | 0 | 0 | $status >= 512 and $status <= 767 | |
| 0 | 0 | 0 | $status >= 1024 and $status <= 1279 | |
| 0 | 0 | 0 | $status >= 1280 and $status <= 1535 |