File Coverage

blib/lib/Net/Amazon/S3/Operation/Object/Tags/Delete.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 to perform DeleteObjectTagging operation
2             $Net::Amazon::S3::Operation::Object::Tags::Delete::VERSION = '0.991';
3             use strict;
4 99     99   656 use warnings;
  99         231  
  99         2712  
5 99     99   558  
  99         224  
  99         2256  
6             use Net::Amazon::S3::Operation::Object::Tags::Delete::Request;
7 99     99   39562 use Net::Amazon::S3::Operation::Object::Tags::Delete::Response;
  99         333  
  99         3368  
8 99     99   46692  
  99         332  
  99         3509  
9             1;
10              
11              
12             =pod
13              
14             =encoding UTF-8
15              
16             =head1 NAME
17              
18             Net::Amazon::S3::Operation::Object::Tags::Delete - Internal class to perform DeleteObjectTagging operation
19              
20             =head1 VERSION
21              
22             version 0.991
23              
24             =head1 DESCRIPTION
25              
26             Implements an operation L<<DeleteObjectTagging|https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteObjectTagging.html>>
27              
28             =head1 AUTHOR
29              
30             Branislav Zahradník <barney@cpan.org>.
31              
32             =head1 COPYRIGHT AND LICENSE
33              
34             This module is a part of L<Net::Amazon::S3> distribution.
35              
36             =head1 AUTHOR
37              
38             Branislav Zahradník <barney@cpan.org>
39              
40             =head1 COPYRIGHT AND LICENSE
41              
42             This software is copyright (c) 2022 by Amazon Digital Services, Leon Brocard, Brad Fitzpatrick, Pedro Figueiredo, Rusty Conover, Branislav Zahradník.
43              
44             This is free software; you can redistribute it and/or modify it under
45             the same terms as the Perl 5 programming language system itself.
46              
47             =cut