lib/Sisimai/Reason/Delivered.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 13 | 13 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 7 | 7 | 100.0 |
pod | 2 | 4 | 50.0 |
total | 22 | 24 | 91.6 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Sisimai::Reason::Delivered; | ||||||
2 | 4 | 4 | 1838 | use feature ':5.10'; | |||
4 | 9 | ||||||
4 | 304 | ||||||
3 | 4 | 4 | 27 | use strict; | |||
4 | 8 | ||||||
4 | 85 | ||||||
4 | 4 | 4 | 19 | use warnings; | |||
4 | 9 | ||||||
4 | 418 | ||||||
5 | |||||||
6 | 1 | 1 | 1 | 22 | sub text { 'delivered' } | ||
7 | 4 | 4 | 0 | 18 | sub description { 'Email delivered successfully' } | ||
8 | 1 | 1 | 1 | 6 | sub match { return undef } | ||
9 | 1 | 1 | 0 | 7 | sub true { return undef } | ||
10 | |||||||
11 | 1; | ||||||
12 | __END__ |