File Coverage

blib/lib/Catmandu/Store/VKC/Bag.pm
Criterion Covered Total %
statement 15 15 100.0
branch n/a
condition n/a
subroutine 5 5 100.0
pod n/a
total 20 20 100.0


line stmt bran cond sub pod time code
1             package Catmandu::Store::VKC::Bag;
2              
3 1     1   1534 use strict;
  1         1  
  1         27  
4 1     1   3 use warnings;
  1         1  
  1         24  
5              
6 1     1   3 use Moo;
  1         2  
  1         5  
7 1     1   219 use Catmandu::Sane;
  1         1  
  1         7  
8              
9 1     1   180 use Catmandu::CA::API;
  1         1  
  1         32  
10              
11             extends 'Catmandu::Store::CA::Bag';
12              
13             1;
14             __END__