File Coverage

blib/lib/HTML/Prototype/Helper.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 HTML::Prototype::Helper;
2            
3 1     1   4624 use strict;
  1         2  
  1         44  
4 1     1   6 use HTML::Prototype::Helper::Tag;
  1         2  
  1         9  
5            
6             =head1 NAME
7            
8             HTML::Prototype::Helper - Imports helper packages for HTML::Prototype
9            
10             =head1 SYNOPSIS
11            
12             use HTML::Prototype::Helper;
13            
14             =head1 SEE ALSO
15            
16             L, L
17            
18             =head1 AUTHOR
19            
20             Sascha Kiefer, C
21            
22             Built around Prototype by Sam Stephenson.
23             Much code is ported from Ruby on Rails javascript helpers.
24            
25             =head1 LICENSE
26            
27             This library is free software. You can redistribute it and/or modify it under
28             the same terms as perl itself.
29            
30             =cut
31            
32             1;