File Coverage

blib/lib/Tapper/Reports/Web/Model.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1             package Tapper::Reports::Web::Model;
2             our $AUTHORITY = 'cpan:TAPPER';
3             $Tapper::Reports::Web::Model::VERSION = '5.0.15';
4 12     12   4993 use strict;
  12         29  
  12         325  
5 12     12   62 use warnings;
  12         27  
  12         299  
6              
7 12     12   59 use parent 'Catalyst::Model::DBIC::Schema';
  12         28  
  12         76  
8 12     12   4139109 use parent 'Tapper::Model';
  12         31  
  12         88  
9              
10             1;
11              
12             __END__
13              
14             =pod
15              
16             =encoding UTF-8
17              
18             =head1 NAME
19              
20             Tapper::Reports::Web::Model
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) 2020 by Advanced Micro Devices, Inc..
39              
40             This is free software, licensed under:
41              
42             The (two-clause) FreeBSD License
43              
44             =cut