File Coverage

blib/lib/Message/Passing/Exception/ConnectionDisconnected.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package Message::Passing::Exception::ConnectionDisconnected;
2 2     2   869 use Moo;
  2         2630  
  2         15  
3 2     2   3732 use Data::Dumper ();
  2         20823  
  2         72  
4 2     2   18 use namespace::clean -except => 'meta';
  2         5  
  2         50  
5              
6             with 'Message::Passing::Exception';
7              
8             1;
9              
10             =head1 NAME
11              
12             Message::Passing::Exception::ConnectionDisconnected - A connection disconnected
13              
14             =head1 ATTRIBUTES
15              
16             =head1 AUTHOR, COPYRIGHT AND LICENSE
17              
18             See L.
19              
20             =cut
21