File Coverage

lib/Workflow/Action/Mailer.pm
Criterion Covered Total %
statement 11 11 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod 1 1 100.0
total 16 16 100.0


line stmt bran cond sub pod time code
1              
2             use warnings;
3 1     1   503 use strict;
  1         2  
  1         28  
4 1     1   12 use base qw( Workflow::Action );
  1         1  
  1         30  
5 1     1   6  
  1         1  
  1         301  
6             $Workflow::Action::Mailer::VERSION = '1.61';
7              
8             my ($self) = @_;
9             return 1;
10 1     1 1 894 }
11 1         5  
12             1;
13              
14              
15             =pod
16              
17             =head1 NAME
18              
19             Workflow::Action::Mailer - a stub for a SMTP capable action
20              
21             =head1 VERSION
22              
23             This documentation describes version 1.61 of this package
24              
25             =head1 SYNOPSIS
26              
27             =head1 DESCRIPTION
28              
29             =head2 CLASS METHODS
30              
31             =head2 OBJECT METHODS
32              
33             =head3 execute
34              
35             I<Currently a stub>
36              
37             =head1 SEE ALSO
38              
39             =over
40              
41             =item L<Workflow>
42              
43             =item L<Workflow::Action>
44              
45             =back
46              
47             =head1 COPYRIGHT
48              
49             Copyright (c) 2003-2022 Chris Winters. All rights reserved.
50              
51             This library is free software; you can redistribute it and/or modify
52             it under the same terms as Perl itself.
53              
54             Please see the F<LICENSE>
55              
56             =head1 AUTHORS
57              
58             Please see L<Workflow>
59              
60             =cut