File Coverage

blib/lib/Params/Util.pm
Criterion Covered Total %
statement 11 11 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 15 15 100.0


line stmt bran cond sub pod time code
1             package Params::Util;
2              
3             # ABSTRACT: Simple, compact and correct param-checking functions
4              
5 1     1   252160 use 5.020;
  1         5  
6 1     1   7 use warnings;
  1         2  
  1         93  
7 1     1   588 use true;
  1         14440  
  1         9  
8 1     1   1872 use Params::SomeUtil;
  1         4773  
  1         96  
9              
10             Params::SomeUtil->_alt_hook;
11              
12             __END__