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   65696 use warnings;
  1         8  
  1         27  
2 1     1   4 use strict;
  1         2  
  1         29  
3             package Test::New::Module 0.1821400; # TRIAL
4              
5             # ABSTRACT: brief summary of what this module is used for
6              
7 1     1   3 use Exporter 'import';
  1         2  
  1         51  
8             our (@EXPORT_OK) = ();
9             our (@EXPORT) = (@EXPORT_OK);
10              
11              
12             1;
13              
14             __END__