blib/lib/Net/Frame/Layer/ICMPv6/MLD/Query.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 5 | 12 | 41.6 |
line | true | false | branch |
---|---|---|---|
55 | 0 | 1 | unless my $raw = $self->SUPER::pack('CCn', $bvlist->to_Dec, $self->qqic, $self->numSources) |
71 | 0 | 1 | unless my($bv, $qqic, $numSources, $payload) = $self->SUPER::unpack('CCn a*', $self->raw) |
85 | 0 | 0 | if (defined $payload and length $payload >= 16) |
101 | 0 | 1 | if $self->nextLayer |
103 | 0 | 1 | if ($self->payload) |
114 | 1 | 0 | if (scalar $self->sourceAddress and $self->numSources == 0) |