blib/lib/DDG/HasAttribution.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::HasAttribution; | ||||||
2 | our $AUTHORITY = 'cpan:DDG'; | ||||||
3 | # ABSTRACT: Role for a plugin that is able to give attribution informations | ||||||
4 | $DDG::HasAttribution::VERSION = '1017'; | ||||||
5 | 11 | 11 | 4665 | use Moo::Role; | |||
11 | 27 | ||||||
11 | 60 | ||||||
6 | |||||||
7 | requires qw( | ||||||
8 | get_attributions | ||||||
9 | ); | ||||||
10 | |||||||
11 | |||||||
12 | 1; | ||||||
13 | |||||||
14 | __END__ |