File Coverage

blib/lib/List/Util/Null.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 List::Util::Null;
2              
3             our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
4             our $DATE = '2021-07-05'; # DATE
5             our $DIST = 'List-AllUtils-Null'; # DIST
6             our $VERSION = '0.004'; # VERSION
7              
8 1     1   57308 use alias::module 'List::AllUtils::Null';
  1         19  
  1         5  
9              
10             1;
11             # ABSTRACT: Alias for List::AllUtils::Null
12              
13             __END__