blib/lib/Mail/Milter/Authentication/Protocol/SMTP.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 22 | 40.9 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
218 | 104 | 0 | 0 | $smtp->{'fwd_ident'} and $smtp->{'fwd_ident'} ne '[UNAVAILABLE]' |
line | l | !l | condition |
---|---|---|---|
82 | 30 | 0 | $config->{'content_timeout'} // 300 |
122 | 0 | 30 | $smtp_config->{'server_name'} || 'server.example.com' |
123 | 0 | 30 | $smtp_config->{'timeout_in'} || 60 |
124 | 0 | 30 | $smtp_config->{'timeout_out'} || 60 |
1010 | 301 | 0 | $recv || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
409 | 35 | 0 | 0 | $smtp->{'fwd_connect_host'} || $smtp->{'connect_host'} |
410 | 35 | 0 | 0 | $smtp->{'fwd_connect_ip'} || $smtp->{'connect_ip'} |
411 | 35 | 0 | 0 | $smtp->{'fwd_helo_host'} || $smtp->{'helo_host'} |