| blib/lib/App/Spec/Run/Cmd.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 12 | 12 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 4 | 4 | 100.0 |
| pod | n/a | ||
| total | 16 | 16 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | # ABSTRACT: The App::Spec command which is run | ||||||
| 2 | 4 | 4 | 161856 | use strict; | |||
| 4 | 28 | ||||||
| 4 | 119 | ||||||
| 3 | 4 | 4 | 21 | use warnings; | |||
| 4 | 13 | ||||||
| 4 | 188 | ||||||
| 4 | package App::Spec::Run::Cmd; | ||||||
| 5 | our $VERSION = '0.013'; # VERSION | ||||||
| 6 | |||||||
| 7 | 4 | 4 | 1443 | use App::Spec::Run; | |||
| 4 | 12 | ||||||
| 4 | 119 | ||||||
| 8 | 4 | 4 | 24 | use Moo; | |||
| 4 | 12 | ||||||
| 4 | 17 | ||||||
| 9 | |||||||
| 10 | 1; | ||||||
| 11 | |||||||
| 12 | __END__ |