File Coverage

blib/lib/Module/Setup/Path/Template.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::Setup::Path::Template;
2 41     41   197 use strict;
  41         65  
  41         1184  
3 41     41   182 use warnings;
  41         57  
  41         1121  
4 41     41   178 use base 'Module::Setup::Path::Base';
  41         55  
  41         3238  
5              
6             1;