File Coverage

blib/lib/Pcore/Util/List.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 Pcore::Util::List;
2              
3 5     5   30 use Pcore -export, [qw[pairs pairkeys pairvalues]];
  5         10  
  5         32  
4 5     5   1793 use List::AllUtils qw[:all]; ## no critic qw[Modules::ProhibitEvilModules]
  5         39502  
  5         2087  
5              
6             1;
7             __END__
8             =pod
9              
10             =encoding utf8
11              
12             =head1 NAME
13              
14             Pcore::Util::List
15              
16             =head1 SYNOPSIS
17              
18             =head1 DESCRIPTION
19              
20             =cut