File Coverage

blib/lib/Acme/CPANModules/InfoFromCPANTesters.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::InfoFromCPANTesters;
2              
3 1     1   276755 use strict;
  1         2  
  1         156  
4              
5             our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
6             our $DATE = '2023-10-31'; # DATE
7             our $DIST = 'Acme-CPANModules-InfoFromCPANTesters'; # DIST
8             our $VERSION = '0.004'; # VERSION
9              
10             our $LIST = {
11             summary => 'List of distributions that gather information from CPANTesters',
12             entries => [
13             { module => "Acme::Test::crypt", summary => 'Check crypt() support in various platforms' },
14             { module => "App::PlatformInfo", summary => 'Result of Devel::Platform::Info on various testing machines' },
15             { module => "Acme::CPAN::Testers::DevelCheckOS", summary => 'Result of Devel::CheckOS::{list_platforms,os_is} on various testing machines' },
16             ],
17             };
18              
19             1;
20             # ABSTRACT: List of distributions that gather information from CPANTesters
21              
22             __END__