File Coverage

lib/Sisimai/Reason/Feedback.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 7 7 100.0
pod 2 4 50.0
total 21 23 91.3


line stmt bran cond sub pod time code
1             package Sisimai::Reason::Feedback;
2 4     4   1822 use v5.26;
  4         11  
3 4     4   13 use strict;
  4         6  
  4         72  
4 4     4   12 use warnings;
  4         4  
  4         340  
5              
6 1     1 1 17 sub text { 'feedback' }
7 4     4 0 18 sub description { 'Email forwarded to the sender as a complaint message from your mailbox provider' }
8 1     1 1 7 sub match { return 0 }
9 1     1 0 5 sub true { return 0 }
10             1;
11              
12             __END__