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   108550 use Catmandu::Sane;
  9         192874  
  9         69  
3 9     9   1749 use Moo;
  9         22  
  9         51  
4              
5             our $VERSION = "1.073";
6              
7             has type => (is => 'ro',required => 1);
8             has data => (is => 'ro',required => 1);
9              
10             1;