File Coverage

blib/lib/T.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 T;
2 1     1   344 use strict;
  1         1  
  1         21  
3 1     1   3 use warnings;
  1         1  
  1         28  
4              
5             our $VERSION = '0.001';
6              
7 1     1   372 use parent 'Import::Box';
  1         238  
  1         5  
8              
9 1     1   25 sub __DEFAULT_AS { 't' }
10 1     1   74 sub __DEFAULT_NS { 'Test' }
11              
12             1;
13              
14             __END__