File Coverage

blib/lib/Email/Filter/AutoReply.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 Email::Filter::AutoReply;
2              
3 1     1   23301 use base 'Email::Filter';
  1         3  
  1         559  
4              
5             =head1 NAME
6              
7             Email::Filter::AutoReply - Email::Filter for autoresponding.
8              
9             =head1 DESCRIPTION
10              
11             NOT IMPLEMENTED, and probably won't be unless someone does.
12              
13             =head1 COPYRIGHT AND LICENSE
14              
15             Copyright (C) 2004 by Adam Monsen
16              
17             This library is free software; you can redistribute it and/or modify
18             it under the same terms as Perl itself, either Perl version 5.8.3 or,
19             at your option, any later version of Perl 5 you may have available.
20              
21             See Ehttp://www.perl.com/perl/misc/Artistic.htmlE
22              
23             =cut
24              
25             1;