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