| 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.003000'; | ||||||
| 3 | 2 | 2 | 241725 | use parent qw(App::Scaffolder::Puppet::Command); | |||
| 2 | 5 | ||||||
| 2 | 17 | ||||||
| 4 | |||||||
| 5 | # ABSTRACT: Scaffold one or more related Puppet classes | ||||||
| 6 | |||||||
| 7 | 2 | 2 | 132 | use strict; | |||
| 2 | 6 | ||||||
| 2 | 39 | ||||||
| 8 | 2 | 2 | 9 | use warnings; | |||
| 2 | 6 | ||||||
| 2 | 56 | ||||||
| 9 | |||||||
| 10 | |||||||
| 11 | 1; | ||||||
| 12 | |||||||
| 13 | __END__ |