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.14'; |
4
|
10
|
|
|
10
|
|
5843
|
use parent 'Tapper::Reports::Web::Controller::Base'; |
|
10
|
|
|
|
|
33
|
|
|
10
|
|
|
|
|
67
|
|
5
|
|
|
|
|
|
|
|
6
|
10
|
|
|
10
|
|
884
|
use common::sense; |
|
10
|
|
|
|
|
51
|
|
|
10
|
|
|
|
|
92
|
|
7
|
|
|
|
|
|
|
## no critic (RequireUseStrict) |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
sub index :Path :Args(0) |
11
|
|
|
|
|
|
|
{ |
12
|
0
|
|
|
0
|
|
|
my ( $self, $c ) = @_; |
13
|
0
|
|
|
|
|
|
return; |
14
|
10
|
|
|
10
|
|
1005
|
} |
|
10
|
|
|
|
|
31
|
|
|
10
|
|
|
|
|
105
|
|
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) 2019 by Advanced Micro Devices, Inc.. |
71
|
|
|
|
|
|
|
|
72
|
|
|
|
|
|
|
This is free software, licensed under: |
73
|
|
|
|
|
|
|
|
74
|
|
|
|
|
|
|
The (two-clause) FreeBSD License |
75
|
|
|
|
|
|
|
|
76
|
|
|
|
|
|
|
=cut |