File Coverage

blib/lib/Net/Amazon/S3/Operation/Buckets/List.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1             # ABSTRACT: Internal class for service operation ListBuckets
2             $Net::Amazon::S3::Operation::Buckets::List::VERSION = '0.991';
3             use strict;
4 99     99   647 use warnings;
  99         217  
  99         2665  
5 99     99   518  
  99         209  
  99         2244  
6             use Net::Amazon::S3::Operation::Buckets::List::Request;
7 99     99   48199 use Net::Amazon::S3::Operation::Buckets::List::Response;
  99         305  
  99         3037  
8 99     99   43353  
  99         329  
  99         3293  
9             1;
10              
11              
12             =pod
13              
14             =encoding UTF-8
15              
16             =head1 NAME
17              
18             Net::Amazon::S3::Operation::Buckets::List - Internal class for service operation ListBuckets
19              
20             =head1 VERSION
21              
22             version 0.991
23              
24             Implements operation L<< ListBuckets|https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListBuckets.html >>
25              
26             =head1 AUTHOR
27              
28             Branislav Zahradník <barney@cpan.org>
29              
30             =head1 COPYRIGHT AND LICENSE
31              
32             This software is copyright (c) 2022 by Amazon Digital Services, Leon Brocard, Brad Fitzpatrick, Pedro Figueiredo, Rusty Conover, Branislav Zahradník.
33              
34             This is free software; you can redistribute it and/or modify it under
35             the same terms as the Perl 5 programming language system itself.
36              
37             =cut