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