File Coverage

blib/lib/Test2/Hub/Interceptor/Terminator.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 Test2::Hub::Interceptor::Terminator;
2 246     246   1676 use strict;
  246         537  
  246         7026  
3 246     246   1288 use warnings;
  246         515  
  246         11739  
4              
5             our $VERSION = '1.302181';
6              
7              
8             1;
9              
10             __END__
11              
12             =pod
13              
14             =encoding UTF-8
15              
16             =head1 NAME
17              
18             Test2::Hub::Interceptor::Terminator - Exception class used by
19             Test2::Hub::Interceptor
20              
21             =head1 SOURCE
22              
23             The source code repository for Test2 can be found at
24             F<http://github.com/Test-More/test-more/>.
25              
26             =head1 MAINTAINERS
27              
28             =over 4
29              
30             =item Chad Granum E<lt>exodist@cpan.orgE<gt>
31              
32             =back
33              
34             =head1 AUTHORS
35              
36             =over 4
37              
38             =item Chad Granum E<lt>exodist@cpan.orgE<gt>
39              
40             =back
41              
42             =head1 COPYRIGHT
43              
44             Copyright 2020 Chad Granum E<lt>exodist@cpan.orgE<gt>.
45              
46             This program is free software; you can redistribute it and/or
47             modify it under the same terms as Perl itself.
48              
49             See F<http://dev.perl.org/licenses/>
50              
51             =cut