line |
!l |
l&&!r |
l&&r |
condition |
91
|
0 |
0 |
0 |
defined $ssl and $ssl =~ /ssl/i |
108
|
0 |
0 |
0 |
defined $ssl and $ssl =~ /starttls|stls/i |
114
|
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 == 2 |
|
0 |
0 |
0 |
$capa = $obj->capa and exists $capa->{'STLS'} and $obj->command('STLS')->response == 2 and $obj->ssl_start(\%ssl_args) |
128
|
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') |
157
|
0 |
0 |
0 |
index($sv, $i) >= 0 and grep(/$i/i, @matched) == () |