File Coverage

blib/lib/Mail/TLSRPT.pm
Criterion Covered Total %
statement 8 8 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 11 11 100.0


line stmt bran cond sub pod time code
1             package Mail::TLSRPT;
2             # ABSTRACT: TLSRPT object
3             our $VERSION = '2.20210112'; # VERSION
4 9     9   864785 use 5.20.0;
  9         33  
5 9     9   4689 use Moo;
  9         74126  
  9         45  
6 9     9   13150 use Mail::TLSRPT::Pragmas;
  9         25  
  9         70  
7              
8              
9             1;
10              
11             __END__
12              
13             =pod
14              
15             =encoding UTF-8
16              
17             =head1 NAME
18              
19             Mail::TLSRPT - TLSRPT object
20              
21             =head1 VERSION
22              
23             version 2.20210112
24              
25             =head1 DESCRIPTION
26              
27             Classes to process tlsrpt reports
28              
29             =head1 AUTHOR
30              
31             Marc Bradshaw <marc@marcbradshaw.net>
32              
33             =head1 COPYRIGHT AND LICENSE
34              
35             This software is copyright (c) 2020 by Marc Bradshaw.
36              
37             This is free software; you can redistribute it and/or modify it under
38             the same terms as the Perl 5 programming language system itself.
39              
40             =cut