File Coverage

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   124  
  20         38  
  20         129  
4             our $VERSION = '1.2019';
5              
6             use Moo;
7 20     20   148 use namespace::clean;
  20         41  
  20         126  
8 20     20   7107  
  20         46  
  20         128  
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