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             package Net::Amazon::S3::Operation::Buckets::List;
2             # ABSTRACT: Internal class for service operation ListBuckets
3             $Net::Amazon::S3::Operation::Buckets::List::VERSION = '0.99';
4 99     99   769 use strict;
  99         269  
  99         3393  
5 99     99   605 use warnings;
  99         285  
  99         3076  
6              
7 99     99   47741 use Net::Amazon::S3::Operation::Buckets::List::Request;
  99         377  
  99         3965  
8 99     99   57402 use Net::Amazon::S3::Operation::Buckets::List::Response;
  99         433  
  99         4289  
9              
10             1;
11              
12             __END__
13              
14             =pod
15              
16             =encoding UTF-8
17              
18             =head1 NAME
19              
20             Net::Amazon::S3::Operation::Buckets::List - Internal class for service operation ListBuckets
21              
22             =head1 VERSION
23              
24             version 0.99
25              
26             Implements operation L<< ListBuckets|https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListBuckets.html >>
27              
28             =head1 AUTHOR
29              
30             Branislav ZahradnĂ­k <barney@cpan.org>
31              
32             =head1 COPYRIGHT AND LICENSE
33              
34             This software is copyright (c) 2021 by Amazon Digital Services, Leon Brocard, Brad Fitzpatrick, Pedro Figueiredo, Rusty Conover, Branislav ZahradnĂ­k.
35              
36             This is free software; you can redistribute it and/or modify it under
37             the same terms as the Perl 5 programming language system itself.
38              
39             =cut