File Coverage

blib/lib/Mango/Auth.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 Mango::Auth;
2 3     3   1928 use Mojo::Base -base;
  3         7  
  3         21  
3              
4             has 'mango';
5              
6             1;
7              
8             =encoding utf8
9              
10             =head1 NAME
11              
12             Mango::Auth - Authentication
13              
14             =head1 DESCRIPTION
15              
16             A base class shared by all authentication backends.
17              
18             =head1 ATTRIBUTES
19              
20             =head2 mango
21              
22             The attached L instance.
23              
24             =head1 SEE ALSO
25              
26             L, L, L.
27              
28             =cut