| blib/lib/POSIX/RT/MQ.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 14 | 42.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 21 | 0 | 0 | 30 | @_ >= 2 and @_ <= 4 |
| 61 | 0 | 0 | 43 | @_ >= 0 and @_ <= 1 |
| 70 | 0 | 0 | 88 | @_ >= 1 and @_ <= 2 |
| line | l | !l | condition |
|---|---|---|---|
| 71 | 49 | 39 | $_[1] || 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 32 | 0 | 28 | 0 | ref $proto || $proto |