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