File Coverage

blib/lib/MARC/Convert/Wikidata/Object/Kramerius.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package MARC::Convert::Wikidata::Object::Kramerius;
2              
3 6     6   114804 use strict;
  6         47  
  6         174  
4 6     6   30 use warnings;
  6         10  
  6         164  
5              
6 6     6   2148 use Mo qw(is);
  6         2594  
  6         30  
7              
8             our $VERSION = 0.01;
9              
10             has kramerius_id => (
11             is => 'ro',
12             );
13              
14             has object_id => (
15             is => 'ro',
16             );
17              
18             # TODO Remove if i could construct URL by some method.
19             has url => (
20             is => 'ro',
21             );
22              
23             1;
24              
25             __END__