File Coverage

blib/lib/Acme/CPANModules/RemovingItemsFromList.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::RemovingItemsFromList;
3              
4 1     1   330126 use alias::module 'Acme::CPANModules::RemovingElementsFromArray';
  1         51  
  1         11  
5              
6             1;
7             # ABSTRACT: List of modules to remove items from list (alias for Acme::CPANModules::RemovingElementsFromArray)
8              
9             __END__