File Coverage

blib/lib/Catmandu/AlephX/Record/Present.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::Record::Present;
2 2     2   102535 use Catmandu::Sane;
  2         193830  
  2         20  
3 2     2   508 use Moo;
  2         5  
  2         12  
4              
5             our $VERSION = "1.072";
6              
7             extends 'Catmandu::AlephX::Record';
8              
9             has record_header => (is => 'ro',required => 1);
10             has doc_number => (is => 'ro',required => 1);
11              
12             1;