| 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 | 154581 | use strict; | |||
| 4 | 26 | ||||||
| 4 | 112 | ||||||
| 3 | 4 | 4 | 22 | use warnings; | |||
| 4 | 6 | ||||||
| 4 | 178 | ||||||
| 4 | package App::Spec::Run::Cmd; | ||||||
| 5 | our $VERSION = '0.011'; # VERSION | ||||||
| 6 | |||||||
| 7 | 4 | 4 | 1319 | use App::Spec::Run; | |||
| 4 | 15 | ||||||
| 4 | 124 | ||||||
| 8 | 4 | 4 | 26 | use Moo; | |||
| 4 | 9 | ||||||
| 4 | 17 | ||||||
| 9 | |||||||
| 10 | 1; | ||||||
| 11 | |||||||
| 12 | __END__ |