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              
2             use Catmandu::Sane;
3 3     3   20  
  3         6  
  3         18  
4             our $VERSION = '1.2018';
5              
6             use parent 'CGI::Expand';
7 3     3   18  
  3         5  
  3         21  
8              
9 20018     20018 1 325838 1;
10