File Coverage

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


line stmt bran cond sub pod time code
1             package App::DPath;
2             # git description: v0.09-2-ge22ecd9
3              
4             our $AUTHORITY = 'cpan:SCHWIGON';
5             # ABSTRACT: Cmdline tool around Data::DPath
6             $App::DPath::VERSION = '0.10';
7 1     1   13215 use 5.008; # Data::DPath requires it
  1         2  
8              
9             1;
10              
11             __END__