| blib/lib/App/Scaffolder.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 3 | 3 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 1 | 1 | 100.0 |
| pod | n/a | ||
| total | 4 | 4 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package App::Scaffolder; | ||||||
| 2 | { | ||||||
| 3 | $App::Scaffolder::VERSION = '0.002000'; | ||||||
| 4 | } | ||||||
| 5 | |||||||
| 6 | # ABSTRACT: Application for scaffolding using templates | ||||||
| 7 | |||||||
| 8 | 1 | 1 | 328439 | use App::Cmd::Setup -app; | |||
| 1 | 49943 | ||||||
| 1 | 11 | ||||||
| 9 | |||||||
| 10 | |||||||
| 11 | 1; | ||||||
| 12 | |||||||
| 13 | |||||||
| 14 | __END__ |