Condition Coverage

blib/lib/Log/Log4perl/Appender/AmazonSES.pm
Criterion Covered Total %
condition 0 30 0.0


and 3 conditions

line !l l&&!r l&&r condition
72 0 0 0 $auth and ref $auth
73 0 0 0 $ENV{'SES_SMTP_USER'} and $ENV{'SES_SMTP_PASS'}
82 0 0 0 $auth->{'user'} and $auth->{'password'}

or 3 conditions

line l !l&&r !l&&!r condition
31 0 0 0 $host //= delete $options{'host'}
33 0 0 0 $host //= $DEFAULT_HOST
35 0 0 0 $options{'Port'} //= delete $options{'port'}
36 0 0 0 $options{'Port'} //= $DEFAULT_PORT
38 0 0 0 $options{'Hello'} //= delete $options{'domain'}
39 0 0 0 $options{'Hello'} //= hostfqdn()
53 0 0 0 $options{'Debug'} //= delete $options{'debug'}