Condition Coverage

blib/lib/NetPacket/IPX.pm
Criterion Covered Total %
condition 3 9 33.3


and 3 conditions

line !l l&&!r l&&r condition
24 0 0 1 $packet{'tc'} =~ /^\d+$/ and $packet{'tc'} <= 255
25 0 0 1 $packet{'type'} =~ /^\d+$/ and $packet{'type'} <= 255
41 0 0 2 $socket =~ /^\d+$/ and $socket <= 65535