Branch Coverage

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


line true false branch
110 0 0 if (ref $smtp_option ne 'HASH')
113 0 0 unless (defined $smtp_option)
117 0 0 if (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'})