line |
!l |
l&&!r |
l&&r |
condition |
86
|
0 |
0 |
0 |
defined $ssl and $ssl =~ /ssl/i |
103
|
0 |
0 |
0 |
defined $ssl and $ssl =~ /starttls|stls/i |
109
|
0 |
0 |
0 |
$capa = $obj->capa and exists $$capa{'STLS'} |
|
0 |
0 |
0 |
$capa = $obj->capa and exists $$capa{'STLS'} and $obj->command('STLS')->response == CMD_OK() |
|
0 |
0 |
0 |
$capa = $obj->capa and exists $$capa{'STLS'} and $obj->command('STLS')->response == CMD_OK() and $obj->ssl_start(\%ssl_args) |
123
|
0 |
0 |
0 |
unshift @Net::POP3S::ISA, 'IO::Socket::SSL' and 'IO::Socket::SSL'->start_SSL($self, %$args) |
|
0 |
0 |
0 |
unshift @Net::POP3S::ISA, 'IO::Socket::SSL' and 'IO::Socket::SSL'->start_SSL($self, %$args) and $self->isa('IO::Socket::SSL') |
149
|
0 |
0 |
0 |
ref $username and UNIVERSAL::isa($username, 'Authen::SASL') |
225
|
0 |
0 |
0 |
defined $token and length $token |