File Coverage

blib/lib/Acme/CPANModules/GroupingItemsOfList.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             ## no critic: TestingAndDebugging::RequireUseStrict
2             package Acme::CPANModules::GroupingItemsOfList;
3              
4 1     1   279987 use alias::module 'Acme::CPANModules::GroupingElementsOfArray';
  1         24  
  1         7  
5              
6             1;
7             # ABSTRACT: List of modules to group items from list into several "buckets" (alias for Acme::CPANModules::GroupingElementOfArray)
8              
9             __END__