File Coverage

blib/lib/Tapper/Reports/Web/Controller/Tapper/Start.pm
Criterion Covered Total %
statement 14 14 100.0
branch n/a
condition n/a
subroutine 6 6 100.0
pod 0 1 0.0
total 20 21 95.2


line stmt bran cond sub pod time code
1             package Tapper::Reports::Web::Controller::Tapper::Start;
2             our $AUTHORITY = 'cpan:TAPPER';
3             $Tapper::Reports::Web::Controller::Tapper::Start::VERSION = '5.0.15';
4 11     11   5606 use parent 'Tapper::Reports::Web::Controller::Base';
  11         30  
  11         84  
5              
6 11     11   795 use common::sense;
  11         27  
  11         86  
7             ## no critic (RequireUseStrict)
8              
9             sub auto :Private
10             {
11 1     1   475 my ( $self, $c ) = @_;
12 11     11   1077 }
  11         24  
  11         62  
13              
14             sub index :Path :Args()
15             {
16 1     1 0 1023 my ( $self, $c ) = @_;
17 11     11   130476 }
  11         32  
  11         53  
18              
19             1;
20              
21             __END__
22              
23             =pod
24              
25             =encoding UTF-8
26              
27             =head1 NAME
28              
29             Tapper::Reports::Web::Controller::Tapper::Start
30              
31             =head1 AUTHORS
32              
33             =over 4
34              
35             =item *
36              
37             AMD OSRC Tapper Team <tapper@amd64.org>
38              
39             =item *
40              
41             Tapper Team <tapper-ops@amazon.com>
42              
43             =back
44              
45             =head1 COPYRIGHT AND LICENSE
46              
47             This software is Copyright (c) 2020 by Advanced Micro Devices, Inc..
48              
49             This is free software, licensed under:
50              
51             The (two-clause) FreeBSD License
52              
53             =cut