Condition Coverage

blib/lib/Net/SMTPS.pm
Criterion Covered Total %
condition 0 40 0.0


and 2 conditions

line l !l condition
144 0 0 unshift @Net::SMTPS::ISA, 'IO::Socket::SSL' and 'IO::Socket::SSL'->start_SSL($self, %$args) and $self->isa('IO::Socket::SSL') and bless $self, $type

and 3 conditions

line !l l&&!r l&&r condition
46 0 0 0 defined $arg{'SSL'} and $arg{'SSL'} > 0
101 0 0 0 defined $ssl and $ssl =~ /ssl/i
129 0 0 0 defined $ssl and $ssl =~ /starttls/i
0 0 0 defined $ssl and $ssl =~ /starttls/i and defined $obj->supports('STARTTLS')
144 0 0 0 unshift @Net::SMTPS::ISA, 'IO::Socket::SSL' and 'IO::Socket::SSL'->start_SSL($self, %$args)
0 0 0 unshift @Net::SMTPS::ISA, 'IO::Socket::SSL' and 'IO::Socket::SSL'->start_SSL($self, %$args) and $self->isa('IO::Socket::SSL')
158 0 0 0 $self->_STARTTLS and $self->ssl_start(\%ssl_args, @_)
180 0 0 0 index($sv, $i) >= 0 and grep(/$i/i, @matched) == ()

or 2 conditions

line l !l condition
48 0 0 $arg{'Port'} ||= 465
60 0 0 $_args{'Port'} || 'smtp(25)'
123 0 0 $arg{'Hello'} || ''
134 0 0 $arg{'Hello'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
32 0 0 0 ref $self || $self
88 0 0 0 $ssl or defined $arg{'SSL'}