File Coverage

blib/lib/Acme/CPANModules/NumberRange.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::NumberRange;
2              
3 1     1   426117 use strict;
  1         2  
  1         76  
4              
5 1     1   670 use Acme::CPANModulesUtil::Misc;
  1         708  
  1         162  
6              
7             our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
8             our $DATE = '2023-10-29'; # DATE
9             our $DIST = 'Acme-CPANModules-NumberRange'; # DIST
10             our $VERSION = '0.002'; # VERSION
11              
12             our $LIST = {
13             summary => "List of modules that handle number ranges",
14             description => <<'_',
15              
16             **Checking membership, formatting**
17              
18            
19              
20            
21              
22            
23              
24            
25              
26            
27              
28            
29              
30            
31              
32            
33              
34            
35              
36            
37              
38              
39             **Partitioning**
40              
41            
42              
43              
44             **Formatting**
45              
46            
47              
48            
49              
50             _
51             };
52              
53             Acme::CPANModulesUtil::Misc::populate_entries_from_module_links_in_description;
54              
55             1;
56             # ABSTRACT: List of modules that handle number ranges
57              
58             __END__