File Coverage

blib/lib/HashData/Test/Source/LinesInDATA.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 HashData::Test::Source::LinesInDATA;
2              
3             our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
4             our $DATE = '2021-05-21'; # DATE
5             our $DIST = 'HashDataRoles-Standard'; # DIST
6             our $VERSION = '0.001'; # VERSION
7              
8 1     1   74777 use Role::Tiny::With;
  1         5268  
  1         67  
9              
10             with 'HashDataRole::Source::LinesInDATA';
11              
12             1;
13             # ABSTRACT: A test HashData module
14              
15             =pod
16              
17             =encoding UTF-8
18              
19             =head1 NAME
20              
21             HashData::Test::Source::LinesInDATA - A test HashData module
22              
23             =head1 VERSION
24              
25             This document describes version 0.001 of HashData::Test::Source::LinesInDATA (from Perl distribution HashDataRoles-Standard), released on 2021-05-21.
26              
27             =head1 HOMEPAGE
28              
29             Please visit the project's homepage at L.
30              
31             =head1 SOURCE
32              
33             Source repository is at L.
34              
35             =head1 BUGS
36              
37             Please report any bugs or feature requests on the bugtracker website L
38              
39             When submitting a bug or request, please include a test-file or a
40             patch to an existing test-file that illustrates the bug or desired
41             feature.
42              
43             =head1 AUTHOR
44              
45             perlancar
46              
47             =head1 COPYRIGHT AND LICENSE
48              
49             This software is copyright (c) 2021 by perlancar@cpan.org.
50              
51             This is free software; you can redistribute it and/or modify it under
52             the same terms as the Perl 5 programming language system itself.
53              
54             =cut
55              
56             __DATA__