File Coverage

blib/lib/Acme/CPANModules/RandomText.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 Acme::CPANModules::RandomText;
2              
3 2     2   343994 use strict;
  2         4  
  2         88  
4 2     2   1328 use Acme::CPANModulesUtil::Misc;
  2         1392  
  2         403  
5              
6             our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
7             our $DATE = '2023-11-17'; # DATE
8             our $DIST = 'Acme-CPANModules-RandomText'; # DIST
9             our $VERSION = '0.001'; # VERSION
10              
11             my $text = <<'_';
12              
13             For "lorem ipsum"-style text, see and its variants mentioned in
14             the Acme::CPANModules::LoremIpsum list.
15              
16            
17              
18             Keywords: lorem ipsum, lipsum
19              
20             _
21              
22             our $LIST = {
23             summary => 'List of modules for generating random (placeholder) text',
24             description => $text,
25             };
26              
27             Acme::CPANModulesUtil::Misc::populate_entries_from_module_links_in_description;
28              
29             1;
30             # ABSTRACT: List of modules for generating random (placeholder) text
31              
32             __END__