File Coverage

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