| blib/lib/Net/Frame/Layer/ICMPv6.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 35 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 125 | 0 | 0 | 0 | $sType eq 128 and $wType eq 129 |
| 0 | 0 | 0 | $sType eq 135 and $wType eq 136 | |
| 0 | 0 | 0 | $sType eq 133 and $wType eq 134 | |
| 180 | 0 | 0 | 0 | not $icmpType and $l->layer =~ /ICMPv6::/ |
| 181 | 0 | 0 | 0 | not $ip and $l->layer eq 'IPv6' |
| 182 | 0 | 0 | 0 | not $rh0 and $l->layer eq 'IPv6::Routing' |
| 183 | 0 | 0 | 0 | not $hbh and $l->layer eq 'IPv6::HopByHop' |
| 184 | 0 | 0 | 0 | not $dst and $l->layer eq 'IPv6::Destination' |
| 185 | 0 | 0 | 0 | not $mob and $l->layer eq 'IPv6::Mobility' |
| 196 | 0 | 0 | 0 | $rh0 and $rh0->segmentsLeft != 0 |
| line | l | !l | condition |
|---|---|---|---|
| 227 | 0 | 0 | $$layers[-1]->payload || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 243 | 0 | 0 | 0 | $type eq 128 or $type eq 129 |