| lib/Net/Whois/Parser.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 18 | 50.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 125 | 3 | 5 | 0 | $$ans{'srv'} && $PARSERS{$$ans{'srv'}} |
| 158 | 48 | 0 | 0 | exists $res{$new_key} and not $flag{$new_key} |
| 319 | 9 | 70 | 0 | $line and $value |
| line | l | !l | condition |
|---|---|---|---|
| 81 | 0 | 2 | $args{'server'} || undef |
| 0 | 2 | $args{'which_whois'} || 'QRY_ALL' | |
| 101 | 5 | 0 | $args{'server'} || Net::Whois::Raw::Common::get_server($args{'domain'}) || 'DEFAULT' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 349 | 8 | 0 | 0 | $domain ||= $ns |