blib/lib/App/Presto/CommandHasHelp.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 3 | 3 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 1 | 1 | 100.0 |
pod | n/a | ||
total | 4 | 4 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package App::Presto::CommandHasHelp; | ||||||
2 | our $AUTHORITY = 'cpan:MPERRY'; | ||||||
3 | $App::Presto::CommandHasHelp::VERSION = '0.010'; | ||||||
4 | # ABSTRACT: Role for command modules that have help defined | ||||||
5 | |||||||
6 | 1 | 1 | 420 | use Moo::Role; | |||
1 | 1 | ||||||
1 | 5 | ||||||
7 | |||||||
8 | requires 'help_categories'; | ||||||
9 | |||||||
10 | 1; | ||||||
11 | |||||||
12 | __END__ |