File Coverage

blib/lib/Acme/CPANModules/GroupingElementsOfArray.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::GroupingElementsOfArray;
2              
3 2     2   272857 use strict;
  2         5  
  2         298  
4              
5             our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
6             our $DATE = '2023-09-30'; # DATE
7             our $DIST = 'Acme-CPANModules-GroupingElementsOfArray'; # DIST
8             our $VERSION = '0.002'; # VERSION
9              
10             our $LIST = {
11             summary => 'List of modules to group elements of array into several buckets',
12             entries => [
13             {module=>'Array::Group'},
14             {module=>'Array::GroupBy'},
15             {module=>'List::GroupBy'},
16             {module=>'List::Util::groupby'},
17             ],
18             };
19              
20             1;
21             # ABSTRACT: List of modules to group elements of array into several buckets
22              
23             __END__