File Coverage

blib/lib/Acme/CPANModules/ColorThemed.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package Acme::CPANModules::ColorThemed;
2              
3 1     1   367793 use strict;
  1         2  
  1         149  
4              
5             our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
6             our $DATE = '2023-08-06'; # DATE
7             our $DIST = 'Acme-CPANModules-ColorThemed'; # DIST
8             our $VERSION = '0.004'; # VERSION
9              
10 1     1   8 use strict;
  1         2  
  1         31  
11 1     1   618 use Acme::CPANModulesUtil::Misc;
  1         643  
  1         117  
12              
13             our $LIST = {
14             summary => "Lists of modules that have color theme support",
15             description => <<'_',
16              
17             **ColorTheme**
18              
19             Modules which support color themes and follow the specification.
20              
21            
22              
23            
24              
25             **Others**
26              
27             _
28             };
29              
30             Acme::CPANModulesUtil::Misc::populate_entries_from_module_links_in_description;
31              
32             1;
33             # ABSTRACT: Lists of modules that have color theme support
34              
35             __END__