| blib/lib/Net/Whois/RIPE.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 9 | 88.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 239 | 8 | 1 | 1 | defined $port and $port =~ /^\d+$/ |
| 252 | 14 | 1 | 1 | defined $timeout and $timeout =~ /^\d+$/ |
| 454 | 3 | 0 | 12 | UNIVERSAL::isa($socket, 'IO::Socket') && $socket->connected |