line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Test2::Hub::Interceptor::Terminator; |
2
|
246
|
|
|
246
|
|
1695
|
use strict; |
|
246
|
|
|
|
|
547
|
|
|
246
|
|
|
|
|
7055
|
|
3
|
246
|
|
|
246
|
|
1279
|
use warnings; |
|
246
|
|
|
|
|
573
|
|
|
246
|
|
|
|
|
11831
|
|
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
our $VERSION = '1.302182'; |
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 |