File Coverage

blib/lib/DDP/S.pm
Criterion Covered Total %
statement 13 13 100.0
branch n/a
condition n/a
subroutine 5 5 100.0
pod n/a
total 18 18 100.0


line stmt bran cond sub pod time code
1             package DDP::S;
2             $DDP::S::VERSION = '0.001004';
3 1     1   53116 use strict;
  1         3  
  1         33  
4 1     1   6 use warnings;
  1         2  
  1         30  
5              
6 1     1   701 use Data::Printer::Scoped ();
  1         3  
  1         23  
7 1     1   6 use Import::Into;
  1         2  
  1         63  
8              
9             sub import {
10 1     1   17 Data::Printer::Scoped->import::into(scalar caller);
11             }
12              
13             1;
14              
15             __END__