File Coverage

blib/lib/Tags/HTML/Element.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 Tags::HTML::Element;
2              
3 2     2   171833 use strict;
  2         6  
  2         101  
4 2     2   14 use warnings;
  2         4  
  2         192  
5              
6             our $VERSION = 0.15;
7              
8             1;
9              
10             __END__
11              
12             =pod
13              
14             =encoding utf8
15              
16             =head1 NAME
17              
18             Data::HTML::Element - Tags helpers for HTML elements.
19              
20             =head1 SEE ALSO
21              
22             =over
23              
24             =item L<Tags::HTML::Element::A>
25              
26             Tags helper for HTML a element.
27              
28             =item L<Tags::HTML::Element::Button>
29              
30             Tags helper for HTML button element.
31              
32             =item L<Tags::HTML::Element::Form>
33              
34             Tags helper for HTML form element.
35              
36             =item L<Tags::HTML::Element::Input>
37              
38             Tags helper for HTML input element.
39              
40             =item L<Tags::HTML::Element::Option>
41              
42             Tags helper for HTML option element.
43              
44             =item L<Tags::HTML::Element::Select>
45              
46             Tags helper for HTML select element.
47              
48             =item L<Tags::HTML::Element::Textarea>
49              
50             Tags helper for HTML textarea element.
51              
52             =back
53              
54             =head1 REPOSITORY
55              
56             L<https://github.com/michal-josef-spacek/Tags-HTML-Element>
57              
58             =head1 AUTHOR
59              
60             Michal Špaček L<mailto:skim@cpan.org>
61              
62             L<http://skim.cz>
63              
64             =head1 LICENSE AND COPYRIGHT
65              
66             © 2022-2024 Michal Josef Špaček
67              
68             BSD 2-Clause License
69              
70             =head1 VERSION
71              
72             0.15
73              
74             =cut