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   628 use strict;
  1         2  
  1         30  
3 1     1   5 use warnings;
  1         2  
  1         25  
4 1     1   512 use Data::Printer;
  1         3  
  1         8  
5              
6             BEGIN {
7 1     1   12 push our @ISA, 'Data::Printer';
8 1         2 our $VERSION = '1.001000';
9 1         51 $VERSION = eval $VERSION;
10             }
11             1;
12             __END__