File Coverage

blib/lib/App/JESP/Cmd/Command.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package App::JESP::Cmd::Command;
2             $App::JESP::Cmd::Command::VERSION = '0.014';
3 1     1   560 use App::Cmd::Setup -command;
  1         2  
  1         6  
4 1     1   217 use strict; use warnings;
  1     1   2  
  1         15  
  1         4  
  1         2  
  1         29  
5              
6             =head1 NAME
7              
8             App::JESP::Cmd::Command - Super class for all CLI commands.
9              
10             =cut
11              
12             1;