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-2019 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   800 use vars '$VERSION';
  11         23  
  11         481  
11             $VERSION = '3.008';
12              
13 11     11   80 use base 'Mail::Box::Dir::Message';
  11         16  
  11         941  
14              
15 11     11   88 use strict;
  11         21  
  11         209  
16 11     11   54 use warnings;
  11         21  
  11         291  
17              
18 11     11   52 use File::Copy;
  11         16  
  11         472  
19 11     11   111 use Carp;
  11         26  
  11         572  
20              
21              
22             #-------------------------------------------
23              
24              
25             # Purpose of doc is only the warning... no new implementation required.
26              
27             #-------------------------------------------
28              
29              
30             1;