File Coverage

blib/lib/Mail/Milter/Authentication/App/Blocker/App.pm
Criterion Covered Total %
statement 14 14 100.0
branch n/a
condition n/a
subroutine 5 5 100.0
pod n/a
total 19 19 100.0


line stmt bran cond sub pod time code
1             package Mail::Milter::Authentication::App::Blocker::App;
2 1     1   14 use 5.20.0;
  1         4  
3 1     1   6 use strict;
  1         2  
  1         19  
4 1     1   5 use warnings;
  1         2  
  1         32  
5 1     1   7 use Mail::Milter::Authentication::Pragmas;
  1         2  
  1         7  
6             # ABSTRACT: App::Cmd base class
7             our $VERSION = '3.20230629'; # VERSION
8 1     1   777 use App::Cmd::Setup -app;
  1         42671  
  1         12  
9             1;
10              
11             __END__
12              
13             =pod
14              
15             =encoding UTF-8
16              
17             =head1 NAME
18              
19             Mail::Milter::Authentication::App::Blocker::App - App::Cmd base class
20              
21             =head1 VERSION
22              
23             version 3.20230629
24              
25             =head1 AUTHOR
26              
27             Marc Bradshaw <marc@marcbradshaw.net>
28              
29             =head1 COPYRIGHT AND LICENSE
30              
31             This software is copyright (c) 2020 by Marc Bradshaw.
32              
33             This is free software; you can redistribute it and/or modify it under
34             the same terms as the Perl 5 programming language system itself.
35              
36             =cut