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.004000';
3 2     2   280547 use parent qw(App::Scaffolder::Puppet::Command);
  2         12  
  2         17  
4              
5             # ABSTRACT: Scaffold a Puppet module
6              
7 2     2   141 use strict;
  2         4  
  2         44  
8 2     2   16 use warnings;
  2         4  
  2         72  
9              
10              
11             1;
12              
13             __END__