File Coverage

blib/lib/T2.pm
Criterion Covered Total %
statement 11 11 100.0
branch n/a
condition n/a
subroutine 5 5 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1             package T2;
2 10     10   2984 use strict;
  10         10  
  10         212  
3 10     10   27 use warnings;
  10         10  
  10         223  
4              
5 10     10   2201 use parent 'Import::Box';
  10         1424  
  10         43  
6              
7             our $VERSION = '0.001';
8              
9 16     16   239163 sub __DEFAULT_AS { 't2' }
10 18     18   155691 sub __DEFAULT_NS { 'Test2::Tools' }
11              
12              
13             1;
14              
15             __END__