| 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.500; | ||||||
| 2 | # ABSTRACT: a permanent delivery failure | ||||||
| 3 | |||||||
| 4 | 15 | 15 | 669 | use Moo; | |||
| 15 | 45 | ||||||
| 15 | 106 | ||||||
| 5 | extends 'Email::Sender::Failure'; | ||||||
| 6 | |||||||
| 7 | 15 | 15 | 5306 | no Moo; | |||
| 15 | 43 | ||||||
| 15 | 86 | ||||||
| 8 | 1; | ||||||
| 9 | |||||||
| 10 | __END__ |