File Coverage

blib/lib/Module/Setup/Path/Flavors.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::Flavors;
2 41     41   161 use strict;
  41         55  
  41         1115  
3 41     41   162 use warnings;
  41         56  
  41         1100  
4 41     41   174 use base 'Module::Setup::Path::Base';
  41         58  
  41         2953  
5              
6             1;