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 47     47   289 use strict;
  47         90  
  47         1959  
3 47     47   267 use warnings;
  47         101  
  47         1311  
4 47     47   260 use base 'Module::Setup::Path::Base';
  47         95  
  47         5284  
5              
6             1;