File Coverage

blib/lib/Amon2/Auth.pm
Criterion Covered Total %
statement 8 8 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 11 11 100.0


line stmt bran cond sub pod time code
1             package Amon2::Auth;
2 1     1   49899 use strict;
  1         2  
  1         23  
3 1     1   2 use warnings;
  1         1  
  1         19  
4 1     1   26 use 5.008001;
  1         6  
5             our $VERSION = '0.07';
6              
7             1;
8             __END__
9              
10             =encoding utf8
11              
12             =head1 NAME
13              
14             Amon2::Auth - Authentication module for Amon2
15              
16             =head1 DESCRIPTION
17              
18             Amon2::Auth is authentication modules for Amon2.
19              
20             Please read L<Amon2::Plugin::Web::Auth> for more details.
21              
22             =head1 AUTHOR
23              
24             Tokuhiro Matsuno E<lt>tokuhirom AAJKLFJEF GMAIL COME<gt>
25              
26             =head1 SEE ALSO
27              
28             =head1 LICENSE
29              
30             Copyright (C) Tokuhiro Matsuno
31              
32             This library is free software; you can redistribute it and/or modify
33             it under the same terms as Perl itself.
34              
35             =cut