File Coverage

blib/lib/Email/MIME/Modifier.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 19     19   142 use strict;
  19         39  
  19         609  
2 19     19   101 use warnings;
  19         45  
  19         1082  
3             package Email::MIME::Modifier;
4             # ABSTRACT: obsolete do-nothing library
5             $Email::MIME::Modifier::VERSION = '1.952';
6             1;
7              
8             __END__