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   140 use strict;
  19         37  
  19         651  
2 19     19   100 use warnings;
  19         37  
  19         928  
3             package Email::MIME::Modifier 1.951;
4             # ABSTRACT: obsolete do-nothing library
5              
6             1;
7              
8             __END__