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.14';
4 11     11   5049 use strict;
  11         30  
  11         326  
5 11     11   67 use warnings;
  11         23  
  11         290  
6              
7 11     11   68 use parent 'Catalyst::Model::DBIC::Schema';
  11         29  
  11         82  
8 11     11   4140567 use parent 'Tapper::Model';
  11         32  
  11         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) 2019 by Advanced Micro Devices, Inc..
39              
40             This is free software, licensed under:
41              
42             The (two-clause) FreeBSD License
43              
44             =cut