File Coverage

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 5     5   543561 use strict;
  5         9  
  5         229  
3 5     5   27 use warnings;
  5         7  
  5         506  
4             package App::Spec::Run::Cmd;
5             our $VERSION = 'v0.15.0'; # VERSION
6              
7 5     5   2055 use App::Spec::Run;
  5         17  
  5         185  
8 5     5   35 use Moo;
  5         7  
  5         24  
9              
10             1;
11              
12             __END__