File Coverage

blib/lib/App/DPath.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 5 5 100.0


line stmt bran cond sub pod time code
1             package App::DPath;
2             BEGIN {
3 1     1   18773 $App::DPath::AUTHORITY = 'cpan:SCHWIGON';
4             }
5             # ABSTRACT: Cmdline tool around Data::DPath
6             $App::DPath::VERSION = '0.09';
7 1     1   18 use 5.008; # Data::DPath requires it
  1         3  
8              
9             1;
10              
11             __END__