blib/lib/Net/Frame/Layer/LLTD/Discover.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 3 | 10 | 30.0 |
line | true | false | branch |
---|---|---|---|
48 | 0 | 1 | unless my $raw = $self->SUPER::pack('nn', $self->generationNumber, $self->numberOfStations) |
55 | 0 | 0 | unless $raw .= $self->SUPER::pack('H12', $_) |
64 | 0 | 2 | unless my($generationNumber, $numberOfStations, $tail) = $self->SUPER::unpack('nn a*', $self->raw) |
72 | 0 | 2 | if ($self->numberOfStations and $self->numberOfStations > 0) |
75 | 0 | 0 | unless ($mac, $tail) = $self->SUPER::unpack('H12 a*', $tail) |