File Coverage

blib/lib/EntityModel/Web/Authentication.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             package EntityModel::Web::Authentication;
2             {
3             $EntityModel::Web::Authentication::VERSION = '0.004';
4             }
5             use EntityModel::Class {
6 1     1   1669 };
  1         73244  
  1         7  
7              
8             =head1 NAME
9              
10             EntityModel::Web::Authentication - handle authentication
11              
12             =head1 VERSION
13              
14             version 0.004
15              
16             =head1 SYNOPSIS
17              
18              
19             =head1 DESCRIPTION
20              
21             =cut
22              
23             1;
24              
25             __END__