File Coverage

blib/lib/Global/Context/AuthToken/Basic.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package Global::Context::AuthToken::Basic;
2             {
3             $Global::Context::AuthToken::Basic::VERSION = '0.003';
4             }
5 2     2   1464 use Moose;
  2         5  
  2         15  
6             with 'Global::Context::AuthToken';
7             # ABSTRACT: trivial class implementing Global::Context::AuthToken
8              
9              
10 2     2   12557 use namespace::autoclean;
  2         4  
  2         19  
11             1;
12              
13             __END__
14              
15             =pod
16              
17             =head1 NAME
18              
19             Global::Context::AuthToken::Basic - trivial class implementing Global::Context::AuthToken
20              
21             =head1 VERSION
22              
23             version 0.003
24              
25             =head1 SEE ALSO
26              
27             L<Global::Context::AuthToken>
28              
29             =head1 AUTHOR
30              
31             Ricardo Signes <rjbs@cpan.org>
32              
33             =head1 COPYRIGHT AND LICENSE
34              
35             This software is copyright (c) 2010 by Ricardo Signes.
36              
37             This is free software; you can redistribute it and/or modify it under
38             the same terms as the Perl 5 programming language system itself.
39              
40             =cut