File Coverage

blib/lib/Mail/Lite/Processor/Last.pm
Criterion Covered Total %
statement 13 13 100.0
branch n/a
condition n/a
subroutine 5 5 100.0
pod 0 1 0.0
total 18 19 94.7


line stmt bran cond sub pod time code
1             package Mail::Lite::Processor::Last;
2              
3 1     1   5 use strict;
  1         3  
  1         40  
4 1     1   5 use warnings;
  1         2  
  1         26  
5              
6 1     1   5 use Mail::Lite::Constants;
  1         2  
  1         69  
7 1     1   4 use Smart::Comments -ENV;
  1         2  
  1         8  
8              
9              
10              
11             sub process {
12 45     45 0 181 return STOP_RULE;
13             }
14              
15              
16              
17             1;