File Coverage

blib/lib/MARC/Moose/Reader/File.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             package MARC::Moose::Reader::File;
2             # ABSTRACT: A Moose::Role MARC::Moose::Record reader from a file
3             $MARC::Moose::Reader::File::VERSION = '1.0.46';
4 2     2   1724 use Moose::Role;
  2         5  
  2         16  
5              
6             with 'MARC::Moose::Reader',
7             'MooseX::RW::Reader::File';
8              
9              
10             1;
11              
12             __END__
13              
14             =pod
15              
16             =encoding UTF-8
17              
18             =head1 NAME
19              
20             MARC::Moose::Reader::File - A Moose::Role MARC::Moose::Record reader from a file
21              
22             =head1 VERSION
23              
24             version 1.0.46
25              
26             =head1 SEE ALSO
27              
28             =over 4
29              
30             =item *
31              
32             L<MARC::Moose>
33              
34             =item *
35              
36             L<MARC::Moose::Reader>
37              
38             =back
39              
40             =head1 AUTHOR
41              
42             Frédéric Demians <f.demians@tamil.fr>
43              
44             =head1 COPYRIGHT AND LICENSE
45              
46             This software is copyright (c) 2022 by Frédéric Demians.
47              
48             This is free software; you can redistribute it and/or modify it under
49             the same terms as the Perl 5 programming language system itself.
50              
51             =cut