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-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::Server;
10 1     1   2574 use vars '$VERSION';
  1         2  
  1         55  
11             $VERSION = '3.009';
12              
13 1     1   6 use base 'Mail::Reporter';
  1         1  
  1         96  
14              
15 1     1   6 use strict;
  1         2  
  1         18  
16 1     1   4 use warnings;
  1         2  
  1         36  
17              
18              
19             1;