File Coverage

blib/lib/Archive/7zip.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 Archive::7zip;
2 2     2   851 use strict;
  2         15  
  2         59  
3              
4 2     2   932 use Archive::SevenZip;
  2         6  
  2         170  
5              
6             our $VERSION= '0.19';
7              
8             *Archive::7zip:: = \*Archive::SevenZip::;
9              
10             =head1 NAME
11              
12             Archive::7zip - Read/write 7z , zip , ISO9960 and other archives
13              
14             =head1 DESCRIPTION
15              
16             This is an alias for L.
17              
18             =head1 REPOSITORY
19              
20             The public repository of this module is
21             L.
22              
23             =head1 SUPPORT
24              
25             The public support forum of this module is
26             L.
27              
28             =head1 BUG TRACKER
29              
30             Please report bugs in this module via the RT CPAN bug queue at
31             L
32             or via mail to L.
33              
34             =head1 AUTHOR
35              
36             Max Maischein C
37              
38             =head1 COPYRIGHT (c)
39              
40             Copyright 2015-2022 by Max Maischein C.
41              
42             =head1 LICENSE
43              
44             This module is released under the same terms as Perl itself.
45              
46             =cut