File Coverage

blib/lib/Tapper/Schema/TestrunDB/ResultSet/Queue.pm
Criterion Covered Total %
statement 14 14 100.0
branch n/a
condition n/a
subroutine 5 5 100.0
pod n/a
total 19 19 100.0


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.9';
4 7     7   11016 use 5.010;
  7         21  
5 7     7   45 use strict;
  7         9  
  7         136  
6 7     7   23 use warnings;
  7         6  
  7         166  
7              
8 7     7   21 use parent 'DBIx::Class::ResultSet';
  7         11  
  7         26  
9 7     7   316 use Data::Dumper;
  7         10  
  7         325  
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) 2017 by Advanced Micro Devices, Inc..
40              
41             This is free software, licensed under:
42              
43             The (two-clause) FreeBSD License
44              
45             =cut