blib/lib/Net/Frame/Layer/CDP/Duplex.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 3 | 6 | 50.0 |
line | true | false | branch |
---|---|---|---|
50 | 0 | 1 | unless my $raw = $self->SUPER::pack('nnC', $self->type, $self->length, $self->duplex) |
62 | 0 | 1 | unless my($type, $length, $duplex, $payload) = $self->SUPER::unpack('nnC a*', $self->raw) |
87 | 0 | 3 | $self->duplex == 0 ? : |