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.13';
4 10     10   5497 use parent 'Tapper::Reports::Web::Controller::Base';
  10         17  
  10         77  
5              
6 10     10   674 use common::sense;
  10         14  
  10         79  
7             ## no critic (RequireUseStrict)
8              
9             sub auto :Private
10             {
11 1     1   395 my ( $self, $c ) = @_;
12 10     10   765 }
  10         15  
  10         57  
13              
14             sub index :Path :Args()
15             {
16 1     1 0 849 my ( $self, $c ) = @_;
17 10     10   76810 }
  10         20  
  10         39  
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) 2017 by Advanced Micro Devices, Inc..
48              
49             This is free software, licensed under:
50              
51             The (two-clause) FreeBSD License
52              
53             =cut