File Coverage

blib/lib/Acme/MetaSyntactic/test_wlb_meta.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 Acme::MetaSyntactic::test_wlb_meta;
2              
3             our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
4             our $DATE = '2020-05-23'; # DATE
5             our $DIST = 'WordListBase-MetaSyntactic'; # DIST
6             our $VERSION = '0.007'; # VERSION
7              
8 1     1   542 use parent qw(Acme::MetaSyntactic::MultiList);
  1         2  
  1         6  
9             __PACKAGE__->init;
10              
11             1;
12             # ABSTRACT: A dummy theme to test WordListBase::MetaSyntactic
13              
14             =pod
15              
16             =encoding UTF-8
17              
18             =head1 NAME
19              
20             Acme::MetaSyntactic::test_wlb_meta - A dummy theme to test WordListBase::MetaSyntactic
21              
22             =head1 VERSION
23              
24             This document describes version 0.007 of Acme::MetaSyntactic::test_wlb_meta (from Perl distribution WordListBase-MetaSyntactic), released on 2020-05-23.
25              
26             =head1 SYNOPSIS
27              
28             % perl -MAcme::MetaSyntactic=test_wlb_meta -le 'print metaname'
29             test_wlb_meta
30              
31             % metasyn test_wlb_meta | shuf | head -n2
32              
33             =head1 HOMEPAGE
34              
35             Please visit the project's homepage at L.
36              
37             =head1 SOURCE
38              
39             Source repository is at L.
40              
41             =head1 BUGS
42              
43             Please report any bugs or feature requests on the bugtracker website L
44              
45             When submitting a bug or request, please include a test-file or a
46             patch to an existing test-file that illustrates the bug or desired
47             feature.
48              
49             =head1 SEE ALSO
50              
51             L
52              
53             L
54              
55             L
56              
57             Other C modules
58              
59             =head1 AUTHOR
60              
61             perlancar
62              
63             =head1 COPYRIGHT AND LICENSE
64              
65             This software is copyright (c) 2020 by 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             =cut
71              
72             __DATA__