File Coverage

blib/lib/ArrayData/Test/Source/LinesInDATA.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 ArrayData::Test::Source::LinesInDATA;
2              
3 3     3   653855 use strict;
  3         7  
  3         113  
4 3     3   1370 use Role::Tiny::With;
  3         18175  
  3         366  
5              
6             with 'ArrayDataRole::Source::LinesInDATA';
7              
8             our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
9             our $DATE = '2024-05-06'; # DATE
10             our $DIST = 'ArrayDataRoles-Standard'; # DIST
11             our $VERSION = '0.010'; # VERSION
12              
13             1;
14             # ABSTRACT: A test ArrayData module
15              
16             =pod
17              
18             =encoding UTF-8
19              
20             =head1 NAME
21              
22             ArrayData::Test::Source::LinesInDATA - A test ArrayData module
23              
24             =head1 VERSION
25              
26             This document describes version 0.010 of ArrayData::Test::Source::LinesInDATA (from Perl distribution ArrayDataRoles-Standard), released on 2024-05-06.
27              
28             =head1 HOMEPAGE
29              
30             Please visit the project's homepage at L.
31              
32             =head1 SOURCE
33              
34             Source repository is at L.
35              
36             =head1 AUTHOR
37              
38             perlancar
39              
40             =head1 CONTRIBUTING
41              
42              
43             To contribute, you can send patches by email/via RT, or send pull requests on
44             GitHub.
45              
46             Most of the time, you don't need to build the distribution yourself. You can
47             simply modify the code, then test via:
48              
49             % prove -l
50              
51             If you want to build the distribution (e.g. to try to install it locally on your
52             system), you can install L,
53             L,
54             L, and sometimes one or two other
55             Dist::Zilla- and/or Pod::Weaver plugins. Any additional steps required beyond
56             that are considered a bug and can be reported to me.
57              
58             =head1 COPYRIGHT AND LICENSE
59              
60             This software is copyright (c) 2024, 2021 by perlancar .
61              
62             This is free software; you can redistribute it and/or modify it under
63             the same terms as the Perl 5 programming language system itself.
64              
65             =head1 BUGS
66              
67             Please report any bugs or feature requests on the bugtracker website L
68              
69             When submitting a bug or request, please include a test-file or a
70             patch to an existing test-file that illustrates the bug or desired
71             feature.
72              
73             =cut
74              
75             __DATA__