lib/Sisimai/Reason/Feedback.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::Feedback; | ||||||
2 | 4 | 4 | 1642 | use feature ':5.10'; | |||
4 | 7 | ||||||
4 | 288 | ||||||
3 | 4 | 4 | 21 | use strict; | |||
4 | 10 | ||||||
4 | 76 | ||||||
4 | 4 | 4 | 20 | use warnings; | |||
4 | 7 | ||||||
4 | 438 | ||||||
5 | |||||||
6 | 1 | 1 | 1 | 20 | sub text { 'feedback' } | ||
7 | 4 | 4 | 0 | 19 | sub description { 'Email forwarded to the sender as a complaint message from your mailbox provider' } | ||
8 | 1 | 1 | 1 | 5 | sub match { return undef } | ||
9 | 1 | 1 | 0 | 6 | sub true { return undef } | ||
10 | 1; | ||||||
11 | |||||||
12 | __END__ |