| blib/lib/Net/Frame/Layer/CDP/Capabilities.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 2 | 4 | 50.0 |
| line | true | false | branch |
|---|---|---|---|
| 60 | 0 | 1 | unless my $raw = $self->SUPER::pack('nnN', $self->type, $self->length, $self->capabilities) |
| 72 | 0 | 1 | unless my($type, $length, $capabilities, $payload) = $self->SUPER::unpack('nnN a*', $self->raw) |