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 | package Catmandu::Bag::IdGenerator::UUID; | ||||||
2 | |||||||
3 | 20 | 20 | 137 | use Catmandu::Sane; | |||
20 | 56 | ||||||
20 | 137 | ||||||
4 | |||||||
5 | our $VERSION = '1.2020'; | ||||||
6 | |||||||
7 | 20 | 20 | 166 | use Moo; | |||
20 | 66 | ||||||
20 | 137 | ||||||
8 | 20 | 20 | 8233 | use namespace::clean; | |||
20 | 48 | ||||||
20 | 125 | ||||||
9 | |||||||
10 | extends 'Catmandu::IdGenerator::UUID'; | ||||||
11 | |||||||
12 | with 'Catmandu::Bag::IdGenerator'; | ||||||
13 | |||||||
14 | 1; | ||||||
15 | |||||||
16 | __END__ | ||||||
17 | |||||||
18 | =pod | ||||||
19 | |||||||
20 | =head1 NAME | ||||||
21 | |||||||
22 | Catmandu::Bag::IdGenerator::UUID - Generator of UUID identifiers for bags | ||||||
23 | |||||||
24 | =cut |