Branch Coverage

blib/lib/Egg/Plugin/Net/Scan.pm
Criterion Covered Total %
branch 0 16 0.0


line true false branch
18 0 0 $_[1] ? :
20 0 0 unless ($host =~ /^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$/)
37 0 0 if ($protname eq 'udp') { }
38 0 0 unless socket SOCK, 2, 2, $protnum
41 0 0 unless socket SOCK, 2, 1, $protnum
44 0 0 unless connect SOCK, sockaddr_in($port, $connect)
65 0 0 $errstr =~ /^No response/ ? :
0 0 $errstr =~ /^is success/ ? :