blib/lib/DDG/IsGoodie.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 DDG::IsGoodie; | ||||||
2 | our $AUTHORITY = 'cpan:DDG'; | ||||||
3 | # ABSTRACT: Role for Goodies | ||||||
4 | $DDG::IsGoodie::VERSION = '1016'; | ||||||
5 | 5 | 5 | 1919 | use Moo::Role; | |||
5 | 6 | ||||||
5 | 24 | ||||||
6 | |||||||
7 | requires qw( | ||||||
8 | handle_request_matches | ||||||
9 | ); | ||||||
10 | |||||||
11 | |||||||
12 | 1; | ||||||
13 | |||||||
14 | __END__ |