Branch Coverage

blib/lib/Net/Frame/Layer/CDP/UntrustedCos.pm
Criterion Covered Total %
branch 2 4 50.0


line true false branch
36 0 1 unless my $raw = $self->SUPER::pack('nnC', $self->type, $self->length, $self->untrustedCos)
48 0 1 unless my($type, $length, $untrustedCos, $payload) = $self->SUPER::unpack('nnC a*', $self->raw)