File Coverage

blib/lib/Test/New/Module.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1 1     1   63554 use warnings;
  1         13  
  1         28  
2 1     1   5 use strict;
  1         3  
  1         39  
3             package Test::New::Module 0.001; # TRIAL
4              
5             # ABSTRACT: brief summary of what this module is used for
6              
7 1     1   5 use Exporter 'import';
  1         2  
  1         61  
8             our (@EXPORT_OK) = ();
9             our (@EXPORT) = (@EXPORT_OK);
10              
11              
12             1;
13              
14             __END__