| blib/lib/Net/EPP/Server.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 40 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 312 | 0 | 0 | 0 | not defined $session->{'clid'} and "login" ne $command |
| 375 | 0 | 0 | 0 | "login" eq $command and $response->getElementsByTagName("result")->item(0)->getAttribute("code") < 2000 |
| 733 | 0 | 0 | 0 | int $value >= 1000 && int $value <= 2502 |
| line | l | !l | condition |
|---|---|---|---|
| 87 | 0 | 0 | $args{'host'} ||= "localhost" |
| 88 | 0 | 0 | $args{'port'} ||= 7000 |
| 89 | 0 | 0 | $args{'proto'} ||= "ssl" |
| 96 | 0 | 0 | delete $args{'handlers'} || {} |
| 0 | 0 | delete $args{'timeout'} || 30 | |
| 644 | 0 | 0 | $args{'code'} || 1000 |
| 673 | 0 | 0 | $args{'code'} ||= 2400 |
| 674 | 0 | 0 | $args{'msg'} || $MESSAGES{$args{'code'}} || 'An internal error occurred. Please try again later.' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 135 | 0 | 0 | 0 | 1500 == $code or $code >= 2500 |
| 471 | 0 | 0 | 0 | $data->{'svID'} || lc hostname() |
| 645 | 0 | 0 | 0 | $args{'msg'} || $MESSAGES{$code} || ($code < 2000 ? $MESSAGES{'OK'} : $MESSAGES{'COMMAND_FAILED'}) |
| 661 | 0 | 0 | 0 | $clTRID or $svTRID |
| 723 | 0 | 0 | 0 | $args{'server'} ||= $self |