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   1608 use Moo;
  1         2  
  1         7  
3 1     1   360 use namespace::clean -except => 'meta';
  1         3  
  1         9  
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
31              
32             =item L
33              
34             =item L
35              
36             =back
37              
38             =head1 SPONSORSHIP
39              
40             This module exists due to the wonderful people at Suretec Systems Ltd.
41             who sponsored its development for its
42             VoIP division called SureVoIP for use with
43             the SureVoIP API -
44            
45              
46             =head1 AUTHOR, COPYRIGHT AND LICENSE
47              
48             See L.
49              
50             =cut