File Coverage

blib/lib/SVN/RaWeb/Light/Help.pm
Criterion Covered Total %
statement 8 8 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod 1 1 100.0
total 12 12 100.0


line stmt bran cond sub pod time code
1             package SVN::RaWeb::Light::Help;
2              
3 5     5   26 use strict;
  5         7  
  5         183  
4 5     5   26 use warnings;
  5         8  
  5         361  
5              
6             =head1 NAME
7              
8             SVN::RaWeb::Light::Help - Generate the Help HTML for SVN::RaWeb::Light.
9              
10             =head1 SYNOPSIS
11              
12             Warning! This moduls is auto-generated.
13              
14             =head1 FUNCTIONS
15              
16             =head2 print_data()
17              
18             Prints the HTML data to the standard output.
19              
20             =head1 AUTHOR
21              
22             Shlomi Fish, Eshlomif@iglu.org.ilE
23              
24             =head1 COPYRIGHT AND LICENSE
25              
26             Copyright (C) 2004 by Shlomi Fish
27              
28             This library is free software; you can redistribute it and/or modify
29             it under the terms of the MIT/X11 license.
30              
31             =cut
32              
33             sub print_data
34             {
35 1     1 1 5 local $/;
36 1         28 print ;
37             }
38              
39             1;
40             __DATA__