File Coverage

lib/Module/New/Recipe/TravisYml.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1             package Module::New::Recipe::TravisYml;
2            
3 1     1   865 use strict;
  1         2  
  1         34  
4 1     1   6 use warnings;
  1         1  
  1         30  
5 1     1   5 use Module::New::Recipe;
  1         2  
  1         6  
6 1     1   60 use Module::New::Command::Basic;
  1         2  
  1         8  
7            
8             flow {
9             guess_root;
10            
11             create_files('TravisYml');
12            
13             create_manifest;
14             };
15            
16             1;
17            
18             __END__