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.13';
4 11     11   3823 use strict;
  11         19  
  11         260  
5 11     11   38 use warnings;
  11         13  
  11         223  
6              
7 11     11   35 use parent 'Catalyst::Model::DBIC::Schema';
  11         9  
  11         53  
8 11     11   2777275 use parent 'Tapper::Model';
  11         16  
  11         77  
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) 2017 by Advanced Micro Devices, Inc..
39              
40             This is free software, licensed under:
41              
42             The (two-clause) FreeBSD License
43              
44             =cut