| 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 | 128589 | use strict; | |||
| 4 | 24 | ||||||
| 4 | 92 | ||||||
| 3 | 4 | 4 | 17 | use warnings; | |||
| 4 | 7 | ||||||
| 4 | 142 | ||||||
| 4 | package App::Spec::Run::Cmd; | ||||||
| 5 | our $VERSION = '0.012'; # VERSION | ||||||
| 6 | |||||||
| 7 | 4 | 4 | 1117 | use App::Spec::Run; | |||
| 4 | 10 | ||||||
| 4 | 106 | ||||||
| 8 | 4 | 4 | 20 | use Moo; | |||
| 4 | 19 | ||||||
| 4 | 15 | ||||||
| 9 | |||||||
| 10 | 1; | ||||||
| 11 | |||||||
| 12 | __END__ |