line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Tapper::Schema::TestrunDB::ResultSet::Queue; |
2
|
|
|
|
|
|
|
our $AUTHORITY = 'cpan:TAPPER'; |
3
|
|
|
|
|
|
|
$Tapper::Schema::TestrunDB::ResultSet::Queue::VERSION = '5.0.11'; |
4
|
7
|
|
|
7
|
|
16220
|
use 5.010; |
|
7
|
|
|
|
|
29
|
|
5
|
7
|
|
|
7
|
|
36
|
use strict; |
|
7
|
|
|
|
|
12
|
|
|
7
|
|
|
|
|
310
|
|
6
|
7
|
|
|
7
|
|
33
|
use warnings; |
|
7
|
|
|
|
|
16
|
|
|
7
|
|
|
|
|
165
|
|
7
|
|
|
|
|
|
|
|
8
|
7
|
|
|
7
|
|
32
|
use parent 'DBIx::Class::ResultSet'; |
|
7
|
|
|
|
|
14
|
|
|
7
|
|
|
|
|
30
|
|
9
|
7
|
|
|
7
|
|
401
|
use Data::Dumper; |
|
7
|
|
|
|
|
23
|
|
|
7
|
|
|
|
|
432
|
|
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
1; |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
__END__ |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
=pod |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
=encoding UTF-8 |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
=head1 NAME |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
Tapper::Schema::TestrunDB::ResultSet::Queue |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
=head1 AUTHORS |
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
=over 4 |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
=item * |
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
AMD OSRC Tapper Team <tapper@amd64.org> |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
=item * |
32
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
Tapper Team <tapper-ops@amazon.com> |
34
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
=back |
36
|
|
|
|
|
|
|
|
37
|
|
|
|
|
|
|
=head1 COPYRIGHT AND LICENSE |
38
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
This software is Copyright (c) 2019 by Advanced Micro Devices, Inc.. |
40
|
|
|
|
|
|
|
|
41
|
|
|
|
|
|
|
This is free software, licensed under: |
42
|
|
|
|
|
|
|
|
43
|
|
|
|
|
|
|
The (two-clause) FreeBSD License |
44
|
|
|
|
|
|
|
|
45
|
|
|
|
|
|
|
=cut |