| blib/lib/Email/Sender/Failure/Permanent.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 6 | 6 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 2 | 2 | 100.0 |
| pod | n/a | ||
| total | 8 | 8 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package Email::Sender::Failure::Permanent 2.600; | ||||||
| 2 | # ABSTRACT: a permanent delivery failure | ||||||
| 3 | |||||||
| 4 | 15 | 15 | 469 | use Moo; | |||
| 15 | 31 | ||||||
| 15 | 77 | ||||||
| 5 | extends 'Email::Sender::Failure'; | ||||||
| 6 | |||||||
| 7 | 15 | 15 | 4260 | no Moo; | |||
| 15 | 33 | ||||||
| 15 | 65 | ||||||
| 8 | 1; | ||||||
| 9 | |||||||
| 10 | __END__ |