Condition Coverage

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


and 2 conditions

line l !l condition
129 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
85 0 0 0 defined $ssl and $ssl =~ /ssl/i
111 0 0 0 defined $ssl and $ssl =~ /starttls/i
0 0 0 defined $ssl and $ssl =~ /starttls/i and $obj->supports('STARTTLS')
115 0 0 0 $obj->command('STARTTLS')->response == CMD_OK() and $obj->ssl_start(\%ssl_args)
0 0 0 $obj->command('STARTTLS')->response == CMD_OK() and $obj->ssl_start(\%ssl_args) and $obj->hello($arg{'Hello'} || '')
129 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')
153 0 0 0 ref $username and UNIVERSAL::isa($username, 'Authen::SASL')
181 0 0 0 defined $str and length $str

or 2 conditions

line l !l condition
50 0 0 $arg{'Port'} || 'smtp(25)'
105 0 0 $arg{'Hello'} || ''
115 0 0 $arg{'Hello'} || ''

or 3 conditions

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