File Coverage

blib/lib/Data/Sah/Type/re.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1              
2             use strict;
3 1     1   364  
  1         2  
  1         27  
4             use Data::Sah::Util::Role 'has_clause';
5 1     1   359 use Role::Tiny;
  1         57  
  1         56  
6 1     1   5 use Role::Tiny::With;
  1         2  
  1         8  
7 1     1   132  
  1         1  
  1         82  
8             with 'Data::Sah::Type::BaseType';
9              
10             our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
11             our $DATE = '2022-10-19'; # DATE
12             our $DIST = 'Data-Sah'; # DIST
13             our $VERSION = '0.914'; # VERSION
14              
15             1;
16             # ABSTRACT: re type
17              
18              
19             =pod
20              
21             =encoding UTF-8
22              
23             =head1 NAME
24              
25             Data::Sah::Type::re - re type
26              
27             =head1 VERSION
28              
29             This document describes version 0.914 of Data::Sah::Type::re (from Perl distribution Data-Sah), released on 2022-10-19.
30              
31             =for Pod::Coverage ^(clause_.+|clausemeta_.+)$
32              
33             =head1 HOMEPAGE
34              
35             Please visit the project's homepage at L<https://metacpan.org/release/Data-Sah>.
36              
37             =head1 SOURCE
38              
39             Source repository is at L<https://github.com/perlancar/perl-Data-Sah>.
40              
41             =head1 AUTHOR
42              
43             perlancar <perlancar@cpan.org>
44              
45             =head1 CONTRIBUTING
46              
47              
48             To contribute, you can send patches by email/via RT, or send pull requests on
49             GitHub.
50              
51             Most of the time, you don't need to build the distribution yourself. You can
52             simply modify the code, then test via:
53              
54             % prove -l
55              
56             If you want to build the distribution (e.g. to try to install it locally on your
57             system), you can install L<Dist::Zilla>,
58             L<Dist::Zilla::PluginBundle::Author::PERLANCAR>,
59             L<Pod::Weaver::PluginBundle::Author::PERLANCAR>, and sometimes one or two other
60             Dist::Zilla- and/or Pod::Weaver plugins. Any additional steps required beyond
61             that are considered a bug and can be reported to me.
62              
63             =head1 COPYRIGHT AND LICENSE
64              
65             This software is copyright (c) 2022, 2021, 2020, 2019, 2018, 2017, 2016, 2015, 2014, 2013, 2012 by perlancar <perlancar@cpan.org>.
66              
67             This is free software; you can redistribute it and/or modify it under
68             the same terms as the Perl 5 programming language system itself.
69              
70             =head1 BUGS
71              
72             Please report any bugs or feature requests on the bugtracker website L<https://rt.cpan.org/Public/Dist/Display.html?Name=Data-Sah>
73              
74             When submitting a bug or request, please include a test-file or a
75             patch to an existing test-file that illustrates the bug or desired
76             feature.
77              
78             =cut