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 47     47   250 use strict;
  47         91  
  47         2426  
3 47     47   232 use warnings;
  47         86  
  47         1280  
4 47     47   313 use base 'Module::Setup::Path::Base';
  47         75  
  47         4109  
5              
6             1;