Branch Coverage

blib/lib/Net/Frame/Layer/CDP/Platform.pm
Criterion Covered Total %
branch 3 6 50.0


line true false branch
42 0 1 unless my $raw = $self->SUPER::pack('nna*', $self->type, $self->length, $self->platform)
54 0 1 unless my($type, $length, $tail) = $self->SUPER::unpack('nna*', $self->raw)
62 0 1 unless my($platform, $payload) = $self->SUPER::unpack("a$valLen a*", $tail)