File Coverage

blib/lib/Module/New/File/License.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             package Module::New::File::License;
2            
3 2     2   597 use strict;
  2         2  
  2         68  
4 2     2   11 use warnings;
  2         3  
  2         58  
5 2     2   10 use Module::New::File;
  2         3  
  2         15  
6            
7             file 'LICENSE' => content { return <<'EOT';
8             <%= $c->license->fulltext %>
9             EOT
10             };
11            
12             1;
13            
14             __END__