File Coverage

blib/lib/Mail/Server.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 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::Server;
10 1     1   1984 use vars '$VERSION';
  1         2  
  1         41  
11             $VERSION = '3.008';
12              
13 1     1   5 use base 'Mail::Reporter';
  1         2  
  1         76  
14              
15 1     1   5 use strict;
  1         1  
  1         15  
16 1     1   4 use warnings;
  1         1  
  1         27  
17              
18              
19             1;