File Coverage

blib/lib/Test/PlugAuth/Plugin.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package Test::PlugAuth::Plugin;
2              
3 7     7   42 use strict;
  7         16  
  7         181  
4 7     7   34 use warnings;
  7         18  
  7         159  
5 7     7   38 use Test2::Plugin::FauxHomeDir;
  7         16  
  7         63  
6              
7             # ABSTRACT: Private package for Test::PlugAUth::Plugin::* modules
8             our $VERSION = '0.38'; # VERSION
9              
10              
11             1;
12              
13             __END__
14              
15             =pod
16              
17             =encoding UTF-8
18              
19             =head1 NAME
20              
21             Test::PlugAuth::Plugin - Private package for Test::PlugAUth::Plugin::* modules
22              
23             =head1 VERSION
24              
25             version 0.38
26              
27             =head1 SEE ALSO
28              
29             L<PlugAuth>,
30             L<Test::PlugAuth::Plugin::Auth>,
31             L<Test::PlugAuth::Plugin::Authz>,
32             L<Test::PlugAuth::Plugin::Refresh>
33              
34             =head1 AUTHOR
35              
36             Graham Ollis <gollis@sesda3.com>
37              
38             =head1 COPYRIGHT AND LICENSE
39              
40             This software is copyright (c) 2012 by NASA GSFC.
41              
42             This is free software; you can redistribute it and/or modify it under
43             the same terms as the Perl 5 programming language system itself.
44              
45             =cut