Condition Coverage

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


and 2 conditions

line l !l condition
137 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
93 0 0 0 defined $ssl and $ssl =~ /ssl/i
119 0 0 0 defined $ssl and $ssl =~ /starttls/i
0 0 0 defined $ssl and $ssl =~ /starttls/i and $obj->supports('STARTTLS')
123 0 0 0 $obj->command('STARTTLS')->response == 2 and $obj->ssl_start(\%ssl_args)
0 0 0 $obj->command('STARTTLS')->response == 2 and $obj->ssl_start(\%ssl_args) and $obj->hello($arg{'Hello'} || '')
137 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')
156 0 0 0 index($sv, $i) >= 0 and grep(/$i/i, @matched) == ()

or 2 conditions

line l !l condition
52 0 0 $_args{'Port'} || 'smtp(25)'
113 0 0 $arg{'Hello'} || ''
123 0 0 $arg{'Hello'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
30 0 0 0 ref $self || $self