| blib/lib/Mail/Sender/Easy.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 14 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 69 | 0 | 0 | 0 | not $html and $attachments |
| 112 | 0 | 0 | 0 | defined $attachments and ref $attachments eq 'HASH' |
| 124 | 0 | 0 | 0 | defined $$attachments{$attach}{'_inline'} and $html |
| line | l | !l | condition |
|---|---|---|---|
| 67 | 0 | 0 | join("\r\n", @siteheaders) || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 160 | 0 | 0 | 0 | $@ or $Mail::Sender::Error |