File Coverage

blib/lib/DDP.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1             package DDP;
2 1     1   592 use strict;
  1         2  
  1         29  
3 1     1   5 use warnings;
  1         3  
  1         25  
4 1     1   545 use Data::Printer;
  1         3  
  1         6  
5              
6             BEGIN {
7 1     1   10 push our @ISA, 'Data::Printer';
8 1         2 our $VERSION = '1.001001';
9 1         58 $VERSION = eval $VERSION;
10             }
11             1;
12             __END__