Branch Coverage

blib/lib/Net/POP3S.pm
Criterion Covered Total %
branch 0 46 0.0


line true false branch
34 0 0 if (@_ % 2) { }
43 0 0 if delete $arg{'SSL'}
45 0 0 defined $host ? :
56 0 0 defined $_args{'Timeout'} ? :
57 0 0 if (exists $_args{'ResvPort'})
61 0 0 ref $hosts ? :
64 0 0 if $obj = $type->SUPER::new(%_args)
71 0 0 unless defined $obj
76 0 0 exists $arg{'Debug'} ? :
80 0 0 if ($ssl)
83 0 0 unless (eval { do { require IO::Socket::SSL } })
89 0 0 exists $arg{'Debug'} ? :
93 0 0 if (defined $ssl and $ssl =~ /ssl/i)
95 0 0 unless ($obj->ssl_start(\%ssl_args))
102 0 0 unless ($obj->response == 2)
110 0 0 if (defined $ssl and $ssl =~ /starttls|stls/i)
116 0 0 unless ($capa = $obj->capa and exists $capa->{'STLS'} and $obj->command('STLS')->response == 2 and $obj->ssl_start(\%ssl_args))
130 0 0 unless unshift @Net::POP3S::ISA, 'IO::Socket::SSL' and 'IO::Socket::SSL'->start_SSL($self, %$args) and $self->isa('IO::Socket::SSL') and bless $self, $type
141 0 0 if (exists do { *$this }->{'net_pop3e_capabilities'})
151 0 0 if ($mech)
152 0 0 if $self->debug
159 0 0 if (index($sv, $i) >= 0 and grep(/$i/i, @matched) == ())
163 0 0 if (@matched)