File Coverage

blib/lib/Crypt/AuthEnc.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 Crypt::AuthEnc;
2              
3 1     1   397 use strict;
  1         1  
  1         27  
4 1     1   3 use warnings;
  1         29  
  1         94  
5             our $VERSION = '0.089';
6              
7             ### not used
8              
9             1;
10              
11             =pod
12              
13             =head1 NAME
14              
15             Crypt::AuthEnc - [internal only]
16              
17             =head1 SYNOPSIS
18              
19             Do not use this module directly.
20              
21             Use a concrete authenticated-encryption module instead.
22              
23             =head1 SEE ALSO
24              
25             =over
26              
27             =item * L
28              
29             =item * L, L
30              
31             =item * L, L, L, L, L
32              
33             =back
34              
35             =cut