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 1.500; | ||||||
2 | # ABSTRACT: a permanent delivery failure | ||||||
3 | |||||||
4 | 15 | 15 | 551 | use Moo; | |||
15 | 28 | ||||||
15 | 93 | ||||||
5 | extends 'Email::Sender::Failure'; | ||||||
6 | |||||||
7 | 15 | 15 | 4670 | no Moo; | |||
15 | 39 | ||||||
15 | 63 | ||||||
8 | 1; | ||||||
9 | |||||||
10 | __END__ |