Condition Coverage

blib/lib/Net/WhoisNG.pm
Criterion Covered Total %
condition 0 55 0.0


and 2 conditions

line l !l condition
71 0 0 print "Socket to $ip failed on $raw_domain\n" and return 0
90 0 0 print "Socket failed on $raw_domain\n" and return 0

and 3 conditions

line !l l&&!r l&&r condition
225 0 0 0 $cappin and $line =~ /^\s+$/
334 0 0 0 $cappin and $line =~ /^\s+$/

or 3 conditions

line l !l&&r !l&&!r condition
162 0 0 0 $line =~ /created on\s+(\S+)./ or $line =~ /Created on\S*:\s+(\S+)\s+$/i
0 0 0 $line =~ /created on\s+(\S+)./ or $line =~ /Created on\S*:\s+(\S+)\s+$/i or $line =~ /Created on\S+:\s+((\S+\s+)+)/
167 0 0 0 $line =~ /Expires on\s+(\S+)./gi or $line =~ /expires on\S*:\s+(\S+)\s+$/i
0 0 0 $line =~ /Expires on\s+(\S+)./gi or $line =~ /expires on\S*:\s+(\S+)\s+$/i or $line =~ /expires on\S+:\s+((\S+\s+)+)/gi
172 0 0 0 $line =~ /updated on\s+(\S+)\./i or $line =~ /updated on\S*:\s+(\S+)\s+$/i
0 0 0 $line =~ /updated on\s+(\S+)\./i or $line =~ /updated on\S*:\s+(\S+)\s+$/i or $line =~ /updated on\S+:\s+((\S+\s+)+)/i
176 0 0 0 $capadmin or $captech
0 0 0 $capadmin or $captech or $capregistrant
235 0 0 0 $line =~ /Domain\s+servers/i or $line =~ /name\s+servers/i
239 0 0 0 $line =~ /(\s*)Administrative\s+Contact:/ or $line =~ /(\s*)Administrative\s+Contact(\S+\s+)(\S+)/
275 0 0 0 $capadmin or $captech
0 0 0 $capadmin or $captech or $capregistrant
455 0 0 0 $line =~ /^Bill/ or $line =~ /^Admin/
0 0 0 $line =~ /^Bill/ or $line =~ /^Admin/ or $line =~ /^Tech/
0 0 0 $line =~ /^Bill/ or $line =~ /^Admin/ or $line =~ /^Tech/ or $line =~ /^Registrant/