blib/lib/Catmandu/Bag/IdGenerator/Mock.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 Catmandu::Bag::IdGenerator::Mock; | ||||||
2 | |||||||
3 | 1 | 1 | 7 | use Catmandu::Sane; | |||
1 | 2 | ||||||
1 | 10 | ||||||
4 | |||||||
5 | our $VERSION = '1.2020'; | ||||||
6 | |||||||
7 | 1 | 1 | 9 | use Moo; | |||
1 | 3 | ||||||
1 | 10 | ||||||
8 | 1 | 1 | 484 | use namespace::clean; | |||
1 | 3 | ||||||
1 | 9 | ||||||
9 | |||||||
10 | extends 'Catmandu::IdGenerator::Mock'; | ||||||
11 | |||||||
12 | with 'Catmandu::Bag::IdGenerator'; | ||||||
13 | |||||||
14 | 1; | ||||||
15 | |||||||
16 | __END__ | ||||||
17 | |||||||
18 | =pod | ||||||
19 | |||||||
20 | =head1 NAME | ||||||
21 | |||||||
22 | Catmandu::Bag::IdGenerator::Mock - Generator of increasing identifiers for bags | ||||||
23 | |||||||
24 | =cut |