File Coverage

blib/lib/Acme/CPANModules/DescribeAModuleBadly.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::DescribeAModuleBadly;
2              
3 1     1   327126 use strict;
  1         2  
  1         93  
4              
5             our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
6             our $DATE = '2023-10-29'; # DATE
7             our $DIST = 'Acme-CPANModules-DescribeAModuleBadly'; # DIST
8             our $VERSION = '0.002'; # VERSION
9              
10             our $LIST = {
11             summary => 'List of modules that are described badly (meta)',
12             description => <<'_',
13              
14             `Acme::CPANModules::DescribeAModuleBadly::*` modules should contain lists of
15             modules that are being described badly. Inspired by Jimmy Fallon's Twitter
16             hashtag #DescribeAMovieBadly (Feb 4, 2020), the idea is to give an accurate
17             description of a certain element or aspect of the module but somehow miss the
18             whole point of it.
19              
20             _
21             entries => [
22             {module=>'Acme::CPANModules::DescribeAModuleBadly::PERLANCAR'},
23             ],
24             };
25              
26             1;
27             # ABSTRACT: List of modules that are described badly (meta)
28              
29             __END__