File Coverage

blib/lib/Module/Setup/Flavor/Default.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::Flavor::Default;
2 18     18   1015 use strict;
  18         27  
  18         561  
3 18     18   74 use warnings;
  18         26  
  18         658  
4 18     18   76 use base 'Module::Setup::Flavor::SelectVC';
  18         24  
  18         5652  
5              
6             1;
7              
8             =head1
9              
10             Module::Setup::Flavor::Default - default flavor
11              
12             =head1 SYNOPSIS
13              
14             $ module-setup --init new_flavor # default flavor class is this
15              
16             =cut
17              
18             __DATA__