File Coverage

blib/lib/Pod/Elemental/Element/Pod5/Data.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 Pod::Elemental::Element::Pod5::Data 0.103006;
2             # ABSTRACT: a Pod data paragraph
3              
4 11     11   74 use Moose;
  11         25  
  11         82  
5             extends 'Pod::Elemental::Element::Generic::Text';
6              
7             #pod =head1 OVERVIEW
8             #pod
9             #pod Pod5::Data paragraphs represent the content of
10             #pod L<Pod5::Region|Pod::Elemental::Element::Pod5::Region> paragraphs when the
11             #pod region is not a Pod-like region. These regions should generally have a single
12             #pod data element contained in them.
13             #pod
14             #pod =cut
15              
16 11     11   65799 use namespace::autoclean;
  11         26  
  11         106  
17              
18             __PACKAGE__->meta->make_immutable;
19              
20             1;
21              
22             __END__
23              
24             =pod
25              
26             =encoding UTF-8
27              
28             =head1 NAME
29              
30             Pod::Elemental::Element::Pod5::Data - a Pod data paragraph
31              
32             =head1 VERSION
33              
34             version 0.103006
35              
36             =head1 OVERVIEW
37              
38             Pod5::Data paragraphs represent the content of
39             L<Pod5::Region|Pod::Elemental::Element::Pod5::Region> paragraphs when the
40             region is not a Pod-like region. These regions should generally have a single
41             data element contained in them.
42              
43             =head1 PERL VERSION
44              
45             This library should run on perls released even a long time ago. It should work
46             on any version of perl released in the last five years.
47              
48             Although it may work on older versions of perl, no guarantee is made that the
49             minimum required version will not be increased. The version may be increased
50             for any reason, and there is no promise that patches will be accepted to lower
51             the minimum required perl.
52              
53             =head1 AUTHOR
54              
55             Ricardo SIGNES <cpan@semiotic.systems>
56              
57             =head1 COPYRIGHT AND LICENSE
58              
59             This software is copyright (c) 2022 by Ricardo SIGNES.
60              
61             This is free software; you can redistribute it and/or modify it under
62             the same terms as the Perl 5 programming language system itself.
63              
64             =cut