blib/lib/Net/Frame/Layer/OSPF/Lsa/Router/Link.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 2 | 4 | 50.0 |
line | true | false | branch |
---|---|---|---|
39 | 0 | 1 | unless $self->raw($self->SUPER::pack('a4a4CCn', inetAton($self->linkId), inetAton($self->linkData), $self->type, $self->nTos, $self->metric)) |
50 | 0 | 1 | unless my($linkId, $linkData, $type, $nTos, $metric, $payload) = $self->SUPER::unpack('a4a4CCn a*', $self->raw) |