File Coverage

blib/lib/Mail/Box/MH/Message.pm
Criterion Covered Total %
statement 18 18 100.0
branch n/a
condition n/a
subroutine 6 6 100.0
pod n/a
total 24 24 100.0


line stmt bran cond sub pod time code
1             # Copyrights 2001-2020 by [Mark Overmeer].
2             # For other contributors see ChangeLog.
3             # See the manual pages for details on the licensing terms.
4             # Pod stripped from pm file by OODoc 2.02.
5             # This code is part of distribution Mail-Box. Meta-POD processed with
6             # OODoc into POD and HTML manual-pages. See README.md
7             # Copyright Mark Overmeer. Licensed under the same terms as Perl itself.
8              
9             package Mail::Box::MH::Message;
10 11     11   942 use vars '$VERSION';
  11         26  
  11         656  
11             $VERSION = '3.009';
12              
13 11     11   67 use base 'Mail::Box::Dir::Message';
  11         23  
  11         1176  
14              
15 11     11   82 use strict;
  11         24  
  11         256  
16 11     11   60 use warnings;
  11         20  
  11         325  
17              
18 11     11   59 use File::Copy;
  11         42  
  11         617  
19 11     11   126 use Carp;
  11         37  
  11         710  
20              
21              
22             #-------------------------------------------
23              
24              
25             # Purpose of doc is only the warning... no new implementation required.
26              
27             #-------------------------------------------
28              
29              
30             1;