File Coverage

blib/lib/App/Scaffolder/Command/puppetmodule.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 App::Scaffolder::Command::puppetmodule;
2             $App::Scaffolder::Command::puppetmodule::VERSION = '0.003000';
3 2     2   205589 use parent qw(App::Scaffolder::Puppet::Command);
  2         6  
  2         18  
4              
5             # ABSTRACT: Scaffold a Puppet module
6              
7 2     2   128 use strict;
  2         6  
  2         48  
8 2     2   11 use warnings;
  2         9  
  2         57  
9              
10              
11             1;
12              
13             __END__