File Coverage

blib/lib/Catmandu/AlephX/Metadata.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package Catmandu::AlephX::Metadata;
2 9     9   95567 use Catmandu::Sane;
  9         158021  
  9         48  
3 9     9   1302 use Moo;
  9         20  
  9         35  
4              
5             our $VERSION = "1.071";
6              
7             has type => (is => 'ro',required => 1);
8             has data => (is => 'ro',required => 1);
9              
10             1;