File Coverage

blib/lib/Mail/DKIM/SignerPolicy.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             package Mail::DKIM::SignerPolicy;
2 1     1   1042 use strict;
  1         2  
  1         29  
3 1     1   5 use warnings;
  1         2  
  1         58  
4             our $VERSION = '1.20230911'; # VERSION
5             # ABSTRACT: determines signing parameters for a message
6              
7             # Copyright 2005-2006 Messiah College. All rights reserved.
8             # This program is free software; you can redistribute it and/or
9             # modify it under the same terms as Perl itself.
10             #
11             # Written by Jason Long
12              
13             1;
14              
15             __END__