File Coverage

blib/lib/App/Scaffolder/Command/puppetclass.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::puppetclass;
2             $App::Scaffolder::Command::puppetclass::VERSION = '0.004000';
3 2     2   283231 use parent qw(App::Scaffolder::Puppet::Command);
  2         11  
  2         15  
4              
5             # ABSTRACT: Scaffold one or more related Puppet classes
6              
7 2     2   123 use strict;
  2         6  
  2         46  
8 2     2   16 use warnings;
  2         3  
  2         71  
9              
10              
11             1;
12              
13             __END__