| lib/Dancer/Plugin/EmailSender.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 8 | 9 | 88.8 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 40 | 1 | 0 | 4 | not defined $$args{'transport'} and blessed($$config{'transport'}) | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 37 | 3 | 4 | 1 | $$params{'from'} = $$args{'envelope-from'} or $email->get_header('from') | 
| 38 | 1 | 4 | 2 | $$params{'to'} = $$args{'envelope-to'} or $email->get_header('to') |