blib/lib/Net/Frame/Layer/PPP.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 3 | 6 | 50.0 |
line | true | false | branch |
---|---|---|---|
59 | 0 | 1 | unless $self->[$__raw] = $self->SUPER::pack('CCn', $self->[$__address], $self->[$__control], $self->[$__protocol]) |
69 | 0 | 1 | unless my($address, $control, $protocol, $payload) = $self->SUPER::unpack('CCn a*', $self->[$__raw]) |
93 | 0 | 1 | if $self->[$__nextLayer] |