File Coverage

blib/lib/Acme/CPANModules/FooThis.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             package Acme::CPANModules::FooThis;
2              
3 1     1   394901 use strict;
  1         2  
  1         102  
4              
5             our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
6             our $DATE = '2023-10-29'; # DATE
7             our $DIST = 'Acme-CPANModules-FooThis'; # DIST
8             our $VERSION = '0.003'; # VERSION
9              
10             our $LIST = {
11             summary => "List of modules/tools to export your directory over various channels",
12             entries => [
13             {
14             module => 'App::HTTPThis',
15             script => 'http_this',
16             },
17             {
18             module => 'App::HTTPSThis',
19             script => 'https_this',
20             },
21             {
22             module => 'App::DAVThis',
23             script => 'dav_this',
24             },
25             {
26             module => 'App::FTPThis',
27             script => 'ftp_this',
28             },
29             {
30             module => 'App::CGIThis',
31             script => 'cgi_this',
32             },
33             ],
34             };
35              
36             1;
37             # ABSTRACT: List of modules/tools to export your directory over various channels
38              
39             __END__