File Coverage

blib/lib/Pod/Elemental/Autochomp.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             package Pod::Elemental::Autochomp;
2             # ABSTRACT: a paragraph that chomps set content
3             $Pod::Elemental::Autochomp::VERSION = '0.103005';
4 13     13   7328 use namespace::autoclean;
  13         39  
  13         89  
5 13     13   860 use Moose::Role;
  13         31  
  13         77  
6              
7 13     13   66200 use Pod::Elemental::Types qw(ChompedString);
  13         33  
  13         129  
8              
9             #pod =head1 OVERVIEW
10             #pod
11             #pod This role exists primarily to simplify elements produced by the Pod5
12             #pod transformer.
13             #pod
14             #pod =cut
15              
16             # has '+content' => (
17             # coerce => 1,
18             # isa => ChompedString,
19             # );
20              
21             1;
22              
23             __END__
24              
25             =pod
26              
27             =encoding UTF-8
28              
29             =head1 NAME
30              
31             Pod::Elemental::Autochomp - a paragraph that chomps set content
32              
33             =head1 VERSION
34              
35             version 0.103005
36              
37             =head1 OVERVIEW
38              
39             This role exists primarily to simplify elements produced by the Pod5
40             transformer.
41              
42             =head1 AUTHOR
43              
44             Ricardo SIGNES <rjbs@cpan.org>
45              
46             =head1 COPYRIGHT AND LICENSE
47              
48             This software is copyright (c) 2020 by Ricardo SIGNES.
49              
50             This is free software; you can redistribute it and/or modify it under
51             the same terms as the Perl 5 programming language system itself.
52              
53             =cut