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 21     21   1665 use strict;
  21         49  
  21         1065  
3 21     21   120 use warnings;
  21         48  
  21         811  
4 21     21   121 use base 'Module::Setup::Flavor::SelectVC';
  21         41  
  21         12490  
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__