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 | 115414 | use Catmandu::Sane; | |||
2 | 221708 | ||||||
2 | 14 | ||||||
3 | 2 | 2 | 551 | use Moo; | |||
2 | 5 | ||||||
2 | 13 | ||||||
4 | |||||||
5 | our $VERSION = "1.073"; | ||||||
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; |