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.14';
4 10     10   7261 use strict;
  10         31  
  10         357  
5 10     10   78 use warnings;
  10         34  
  10         347  
6              
7 10     10   68 use parent 'Tapper::Reports::Web::Controller::Base';
  10         36  
  10         81  
8              
9             sub index :Path :Args(0)
10             {
11 0     0     my ( $self, $c ) = @_;
12 10     10   1041 }
  10         28  
  10         62  
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) 2019 by Advanced Micro Devices, Inc..
61              
62             This is free software, licensed under:
63              
64             The (two-clause) FreeBSD License
65              
66             =cut