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 | 660 | use Moo; | |||
2 | 2793 | ||||||
2 | 12 | ||||||
3 | 2 | 2 | 1996 | use Data::Dumper (); | |||
2 | 14219 | ||||||
2 | 68 | ||||||
4 | 2 | 2 | 14 | use namespace::clean -except => 'meta'; | |||
2 | 5 | ||||||
2 | 23 | ||||||
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<Message::Passing>. | ||||||
19 | |||||||
20 | =cut | ||||||
21 |