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.016';
3 1     1   869 use App::Cmd::Setup -command;
  1         2  
  1         8  
4 1     1   215 use strict; use warnings;
  1     1   3  
  1         21  
  1         5  
  1         2  
  1         39  
5              
6             =head1 NAME
7              
8             App::JESP::Cmd::Command - Super class for all CLI commands.
9              
10             =cut
11              
12             1;