line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package OpenTracing::Implementation::Test::Scope; |
2
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
our $VERSION = 'v0.103.1'; |
4
|
|
|
|
|
|
|
|
5
|
6
|
|
|
6
|
|
325980
|
use Moo; |
|
6
|
|
|
|
|
30
|
|
|
6
|
|
|
|
|
38
|
|
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
with 'OpenTracing::Role::Scope'; |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
1; |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
=head1 NAME |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
OpenTracing::Implementation::Test::Scope - OpenTracing Test for Scope |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
=head1 AUTHOR |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
Szymon Nieznanski <snieznanski@perceptyx.com> |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
=head1 COPYRIGHT AND LICENSE |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
'Test::OpenTracing::Integration' |
28
|
|
|
|
|
|
|
is Copyright (C) 2019 .. 2020, Perceptyx Inc |
29
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
This library is free software; you can redistribute it and/or modify it under |
31
|
|
|
|
|
|
|
the terms of the Artistic License 2.0. |
32
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
This package is distributed in the hope that it will be useful, but it is |
34
|
|
|
|
|
|
|
provided "as is" and without any express or implied warranties. |
35
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
For details, see the full text of the license in the file LICENSE. |
37
|
|
|
|
|
|
|
|
38
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
=cut |