File Coverage

blib/lib/Tapper/Schema.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package Tapper::Schema;
2             # git description: v5.0.10-1-g82bd276
3              
4             our $AUTHORITY = 'cpan:TAPPER';
5             # ABSTRACT: Tapper - Database schemas for Tapper
6             $Tapper::Schema::VERSION = '5.0.11';
7 4     4   239570 use warnings;
  4         21  
  4         114  
8 4     4   20 use strict;
  4         5  
  4         102  
9              
10             1; # End of Tapper::Schema
11              
12             __END__
13              
14             =pod
15              
16             =encoding UTF-8
17              
18             =head1 NAME
19              
20             Tapper::Schema - Tapper - Database schemas for Tapper
21              
22             =head1 AUTHORS
23              
24             =over 4
25              
26             =item *
27              
28             AMD OSRC Tapper Team <tapper@amd64.org>
29              
30             =item *
31              
32             Tapper Team <tapper-ops@amazon.com>
33              
34             =back
35              
36             =head1 COPYRIGHT AND LICENSE
37              
38             This software is Copyright (c) 2019 by Advanced Micro Devices, Inc..
39              
40             This is free software, licensed under:
41              
42             The (two-clause) FreeBSD License
43              
44             =cut