File Coverage

blib/lib/Tapper/Reports/Web/Controller/Tapper/Hardware.pm
Criterion Covered Total %
statement 12 13 92.3
branch n/a
condition n/a
subroutine 4 5 80.0
pod n/a
total 16 18 88.8


line stmt bran cond sub pod time code
1             package Tapper::Reports::Web::Controller::Tapper::Hardware;
2             our $AUTHORITY = 'cpan:TAPPER';
3             $Tapper::Reports::Web::Controller::Tapper::Hardware::VERSION = '5.0.15';
4 11     11   6349 use strict;
  11         35  
  11         366  
5 11     11   57 use warnings;
  11         29  
  11         343  
6              
7 11     11   89 use parent 'Tapper::Reports::Web::Controller::Base';
  11         26  
  11         89  
8              
9             sub index :Path :Args(0)
10             {
11 0     0     my ( $self, $c ) = @_;
12 11     11   1055 }
  11         32  
  11         65  
13              
14             1;
15              
16             __END__
17              
18             =pod
19              
20             =encoding UTF-8
21              
22             =head1 NAME
23              
24             Tapper::Reports::Web::Controller::Tapper::Hardware
25              
26             =head1 DESCRIPTION
27              
28             Catalyst Controller.
29              
30             =head1 NAME
31              
32             Tapper::Reports::Web::Controller::Tapper::Hardware - Catalyst Controller
33              
34             =head1 METHODS
35              
36             =head1 AUTHOR
37              
38             Steffen Schwigon,,,
39              
40             =head1 LICENSE
41              
42             This program is released under the following license: freebsd
43              
44             =head1 AUTHORS
45              
46             =over 4
47              
48             =item *
49              
50             AMD OSRC Tapper Team <tapper@amd64.org>
51              
52             =item *
53              
54             Tapper Team <tapper-ops@amazon.com>
55              
56             =back
57              
58             =head1 COPYRIGHT AND LICENSE
59              
60             This software is Copyright (c) 2020 by Advanced Micro Devices, Inc..
61              
62             This is free software, licensed under:
63              
64             The (two-clause) FreeBSD License
65              
66             =cut