| lib/Net/Whois/Parser.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 9 | 18 | 50.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 130 | 3 | 5 | 0 | $ans->{'srv'} && $PARSERS{$ans->{'srv'}} | 
| 162 | 53 | 0 | 0 | exists $res{$new_key} and not $flag{$new_key} | 
| 323 | 9 | 79 | 0 | $line and $value | 
| line | l | !l | condition | 
|---|---|---|---|
| 87 | 0 | 2 | $args{'server'} || undef | 
| 0 | 2 | $args{'which_whois'} || 'QRY_ALL' | |
| 106 | 5 | 0 | $args{'server'} || Net::Whois::Raw::Common::get_server($args{'domain'}) || 'DEFAULT' | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 353 | 16 | 0 | 0 | $domain ||= $ns |