File Coverage

blib/lib/Message/Passing/Filter/Encoder/Null.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 Message::Passing::Filter::Encoder::Null;
2 1     1   1024 use Moo;
  1         2  
  1         5  
3 1     1   334 use namespace::clean -except => 'meta';
  1         3  
  1         6  
4              
5             extends 'Message::Passing::Filter::Null';
6              
7              
8             1;
9              
10             =head1 NAME
11              
12             Message::Passing::Filter::Enccoder::Null
13              
14             =head1 DESCRIPTION
15              
16             Does no Encoding
17              
18             =head1 ATTRIBUTES
19              
20             =head1 METHODS
21              
22             =head2 filter
23              
24             Returns message it's passed, verbatim
25              
26             =head1 SEE ALSO
27              
28             =over
29              
30             =item L<Message::Passing::Filter::Null>
31              
32             =item L<Message::Passing>
33              
34             =item L<Message::Passing::Manual::Concepts>
35              
36             =back
37              
38             =head1 SPONSORSHIP
39              
40             This module exists due to the wonderful people at Suretec Systems Ltd.
41             <http://www.suretecsystems.com/> who sponsored its development for its
42             VoIP division called SureVoIP <http://www.surevoip.co.uk/> for use with
43             the SureVoIP API -
44             <http://www.surevoip.co.uk/support/wiki/api_documentation>
45              
46             =head1 AUTHOR, COPYRIGHT AND LICENSE
47              
48             See L<Message::Passing>.
49              
50             =cut