| blib/lib/Net/Server/Mail/ESMTP/STARTTLS.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 12 | 41.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 68 | 2 | 0 | 3 | $ssl_socket and $ssl_socket->isa('IO::Socket::SSL') |
| 77 | 3 | 0 | 0 | defined $ref and ref $ref eq 'ARRAY' |
| 3 | 0 | 0 | defined $ref and ref $ref eq 'ARRAY' and ref $ref->[0] eq 'CODE' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 54 | 0 | 0 | 5 | not $ssl_config or ref $ssl_config ne 'HASH' |