Condition Coverage

blib/lib/App/CLI/Plugin/Net/SMTP.pm
Criterion Covered Total %
condition 0 17 0.0


and 3 conditions

line !l l&&!r l&&r condition
117 0 0 0 exists $ENV{'APPCLI_SMTP_STARTTLS'} and defined $ENV{'APPCLI_SMTP_STARTTLS'}
0 0 0 exists $$smtp_option{'StartTLS'} and defined $$smtp_option{'StartTLS'}
0 0 0 exists $$self{'starttls'} and defined $$self{'starttls'}

or 2 conditions

line l !l condition
124 0 0 'Net::SMTP'->new(%{$smtp_option;}) || die($!)

or 3 conditions

line l !l&&r !l&&!r condition
117 0 0 0 exists $ENV{'APPCLI_SMTP_STARTTLS'} and defined $ENV{'APPCLI_SMTP_STARTTLS'} or exists $$smtp_option{'StartTLS'} and defined $$smtp_option{'StartTLS'}
0 0 0 exists $ENV{'APPCLI_SMTP_STARTTLS'} and defined $ENV{'APPCLI_SMTP_STARTTLS'} or exists $$smtp_option{'StartTLS'} and defined $$smtp_option{'StartTLS'} or exists $$self{'starttls'} and defined $$self{'starttls'}