| blib/lib/SOAP/Transport/POP3.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 9 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 33 | 0 | 0 | 0 | $address =~ s[^(pop://)?][pop://]i and not $1 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 39 | 0 | 0 | 0 | !$server->auth || $server->auth eq '*' |
| 44 | 0 | 0 | 0 | $$self{'_pop3server'}->$method(split(/:/, $server->user, 0)) or Carp::croak("Can't authenticate to '@{[$server->host_port];}' with '${method}' method") |