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   471 use strict;
  2         3  
  2         47  
4 2     2   8 use warnings;
  2         2  
  2         31  
5 2     2   6 use Module::New::File;
  2         2  
  2         9  
6            
7             file 'LICENSE' => content { return <<'EOT';
8             <%= $c->license->fulltext %>
9             EOT
10             };
11            
12             1;
13            
14             __END__