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 | 1431 | use Mojo::Base -base; | |||
3 | 4 | ||||||
3 | 17 | ||||||
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 |
||||||
23 | |||||||
24 | =head1 SEE ALSO | ||||||
25 | |||||||
26 | L |
||||||
27 | |||||||
28 | =cut |