line |
!l |
l&&!r |
l&&r |
condition |
46
|
0 |
0 |
0 |
defined $arg{'SSL'} and $arg{'SSL'} > 0 |
99
|
0 |
0 |
0 |
defined $ssl and $ssl =~ /ssl/i |
117
|
0 |
0 |
0 |
defined $ssl and $ssl =~ /starttls|stls/i |
130
|
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') |
146
|
0 |
0 |
0 |
$capa = $self->capa and exists $capa->{'STLS'} |
|
0 |
0 |
0 |
$capa = $self->capa and exists $capa->{'STLS'} and $self->_STLS |
|
0 |
0 |
0 |
$capa = $self->capa and exists $capa->{'STLS'} and $self->_STLS and $self->ssl_start(\%ssl_args, @_) |
174
|
0 |
0 |
0 |
index($sv, $i) >= 0 and grep(/$i/i, @matched) == () |