blib/lib/Net/BEEP/Lite/Frame.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 15 | 40.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
343 | 2 | 0 | 0 | scalar @fields != 5 and scalar @fields != 6 |
377 | 0 | 0 | 0 | $type eq 'ANS' and not defined $self->ansno |
418 | 1 | 0 | 3 | $self->payload and $self->type ne 'NUL' |
1 | 0 | 3 | $self->payload and $self->type ne 'NUL' and $self->type ne 'SEQ' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
109 | 0 | 14 | 0 | ref $this || $this |