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