File Coverage

blib/lib/Catmandu/Expander.pm
Criterion Covered Total %
statement 7 7 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod 1 1 100.0
total 11 11 100.0


line stmt bran cond sub pod time code
1             package Catmandu::Expander;
2              
3 3     3   21 use Catmandu::Sane;
  3         11  
  3         20  
4              
5             our $VERSION = '1.2020';
6              
7 3     3   21 use parent 'CGI::Expand';
  3         6  
  3         25  
8              
9 20018     20018 1 407958 sub max_array {1000000}
10              
11             1;
12