File Coverage

blib/lib/Tapper/Reports/Web/Controller/Tapper/Testplan/Add.pm
Criterion Covered Total %
statement 9 11 81.8
branch n/a
condition n/a
subroutine 3 4 75.0
pod n/a
total 12 15 80.0


line stmt bran cond sub pod time code
1             package Tapper::Reports::Web::Controller::Tapper::Testplan::Add;
2             our $AUTHORITY = 'cpan:TAPPER';
3             $Tapper::Reports::Web::Controller::Tapper::Testplan::Add::VERSION = '5.0.15';
4 11     11   6116 use parent 'Tapper::Reports::Web::Controller::Base';
  11         30  
  11         77  
5              
6 11     11   838 use common::sense;
  11         23  
  11         101  
7             ## no critic (RequireUseStrict)
8              
9              
10             sub index :Path :Args(0)
11             {
12 0     0     my ( $self, $c ) = @_;
13 0           return;
14 11     11   1037 }
  11         29  
  11         890  
15              
16              
17              
18              
19              
20             1;
21              
22             __END__
23              
24             =pod
25              
26             =encoding UTF-8
27              
28             =head1 NAME
29              
30             Tapper::Reports::Web::Controller::Tapper::Testplan::Add
31              
32             =head1 DESCRIPTION
33              
34             Catalyst Controller.
35              
36             =head2 index
37              
38             =head1 NAME
39              
40             Tapper::Reports::Web::Controller::Tapper::Testplan - Catalyst Controller for test plans
41              
42             =head1 METHODS
43              
44             =head2 index
45              
46             =head1 AUTHOR
47              
48             AMD OSRC Tapper Team, C<< <tapper at amd64.org> >>
49              
50             =head1 LICENSE
51              
52             This program is released under the following license: freebsd
53              
54             =head1 AUTHORS
55              
56             =over 4
57              
58             =item *
59              
60             AMD OSRC Tapper Team <tapper@amd64.org>
61              
62             =item *
63              
64             Tapper Team <tapper-ops@amazon.com>
65              
66             =back
67              
68             =head1 COPYRIGHT AND LICENSE
69              
70             This software is Copyright (c) 2020 by Advanced Micro Devices, Inc..
71              
72             This is free software, licensed under:
73              
74             The (two-clause) FreeBSD License
75              
76             =cut