Condition Coverage

blib/lib/Net/Frame/Layer/ICMPv6.pm
Criterion Covered Total %
condition 0 45 0.0


and 3 conditions

line !l l&&!r l&&r condition
133 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
0 0 0 $sType eq 130 and $wType eq 131 || $wType eq 143
195 0 0 0 not $ip and $l->layer eq 'IPv6'
196 0 0 0 not $rh0 and $l->layer eq 'IPv6::Routing'
197 0 0 0 not $hbh and $l->layer eq 'IPv6::HopByHop'
198 0 0 0 not $dst and $l->layer eq 'IPv6::Destination'
199 0 0 0 not $mob and $l->layer eq 'IPv6::Mobility'
217 0 0 0 $rh0 and $rh0->segmentsLeft != 0
248 0 0 0 defined $last->payload and length $last->payload

or 3 conditions

line l !l&&r !l&&!r condition
133 0 0 0 $wType eq 131 || $wType eq 143
271 0 0 0 $type eq 128 or $type eq 129
0 0 0 $type eq 130 or $type eq 131
0 0 0 $type eq 130 or $type eq 131 or $type eq 132