blib/lib/IPC/Msg.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 18 | 33.3 |
line | true | false | branch |
---|---|---|---|
45 | 0 | 1 | unless @_ == 3 |
50 | 1 | 0 | defined $id ? : |
63 | 0 | 2 | unless msgctl $$self, IPC_STAT(), $data |
72 | 0 | 0 | if (@_ == 1) { } |
76 | 0 | 0 | if @_ % 2 |
78 | 0 | 0 | unless $ds = $self->stat |
94 | 0 | 1 | unless @_ <= 5 and @_ >= 3 |
97 | 0 | 1 | unless msgrcv $$self, $buf, $_[1], $_[2] || 0, $_[3] || 0 |
105 | 0 | 1 | unless @_ <= 4 and @_ >= 3 |