| blib/lib/Egg/View/Mail/Mailer/SMTP.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 4 | 0.0 |
| line | l | !l | condition |
|---|---|---|---|
| 17 | 0 | 0 | $$data{'smtp_host'} || 'localhost' |
| 18 | 0 | 0 | 'Net::SMTP'->new($host, 'Timeout', $$data{'timeout'} || 3, 'Debug', $$data{'debug'} || 0) || die(" '${host}' Connection error. ") |