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 = '1.20200413.1'; # VERSION
4 9     9   933015 use 5.20.0;
  9         41  
5 9     9   5018 use Moo;
  9         81816  
  9         52  
6 9     9   14122 use Mail::TLSRPT::Pragmas;
  9         26  
  9         82  
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 1.20200413.1
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