File Coverage

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