1Test2::EventFacet::Hub(U3s)er Contributed Perl DocumentatTieosnt2::EventFacet::Hub(3)
2
3
4

NAME

6       Test2::EventFacet::Hub - Facet for the hubs an event passes through.
7

DESCRIPTION

9       These are a record of the hubs an event passes through. Most recent hub
10       is the first one in the list.
11

FACET FIELDS

13       $string = $trace->{details}
14       $string = $trace->details()
15           The hub class or subclass
16
17       $int = $trace->{pid}
18       $int = $trace->pid()
19           PID of the hub this event was sent to.
20
21       $int = $trace->{tid}
22       $int = $trace->tid()
23           The thread ID of the hub the event was sent to.
24
25       $hid = $trace->{hid}
26       $hid = $trace->hid()
27           The ID of the hub that the event was send to.
28
29       $huuid = $trace->{huuid}
30       $huuid = $trace->huuid()
31           The UUID of the hub that the event was sent to.
32
33       $int = $trace->{nested}
34       $int = $trace->nested()
35           How deeply nested the hub was.
36
37       $bool = $trace->{buffered}
38       $bool = $trace->buffered()
39           True if the event was buffered and not sent to the formatter
40           independent of a parent (This should never be set when nested is 0
41           or "undef").
42

SOURCE

44       The source code repository for Test2 can be found at
45       http://github.com/Test-More/test-more/.
46

MAINTAINERS

48       Chad Granum <exodist@cpan.org>
49

AUTHORS

51       Chad Granum <exodist@cpan.org>
52
54       Copyright 2018 Chad Granum <exodist@cpan.org>.
55
56       This program is free software; you can redistribute it and/or modify it
57       under the same terms as Perl itself.
58
59       See http://dev.perl.org/licenses/
60
61
62
63perl v5.26.3                      2018-03-30         Test2::EventFacet::Hub(3)
Impressum