blib/lib/Catmandu/Bag/IdGenerator/UUID.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 | |||||||
2 | use Catmandu::Sane; | ||||||
3 | 20 | 20 | 123 | ||||
20 | 36 | ||||||
20 | 124 | ||||||
4 | our $VERSION = '1.2018'; | ||||||
5 | |||||||
6 | use Moo; | ||||||
7 | 20 | 20 | 124 | use namespace::clean; | |||
20 | 38 | ||||||
20 | 121 | ||||||
8 | 20 | 20 | 6636 | ||||
20 | 44 | ||||||
20 | 149 | ||||||
9 | extends 'Catmandu::IdGenerator::UUID'; | ||||||
10 | |||||||
11 | with 'Catmandu::Bag::IdGenerator'; | ||||||
12 | |||||||
13 | 1; | ||||||
14 | |||||||
15 | |||||||
16 | =pod | ||||||
17 | |||||||
18 | =head1 NAME | ||||||
19 | |||||||
20 | Catmandu::Bag::IdGenerator::UUID - Generator of UUID identifiers for bags | ||||||
21 | |||||||
22 | =cut |