File Coverage

blib/lib/Net/Amazon/S3/Request/Role/Query/Param/Version_id.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             # ABSTRACT: version_id query param role
2             $Net::Amazon::S3::Request::Role::Query::Param::Version_id::VERSION = '0.991';
3             use Moose::Role;
4 99     99   55320  
  99         260  
  99         794  
5             with 'Net::Amazon::S3::Request::Role::Query::Param' => {
6             param => 'version_id',
7             query_param => 'versionId',
8             constraint => 'Str',
9             required => 0,
10             };
11              
12             1;
13              
14              
15             =pod
16              
17             =encoding UTF-8
18              
19             =head1 NAME
20              
21             Net::Amazon::S3::Request::Role::Query::Param::Version_id - version_id query param role
22              
23             =head1 VERSION
24              
25             version 0.991
26              
27             =head1 AUTHOR
28              
29             Branislav Zahradník <barney@cpan.org>
30              
31             =head1 COPYRIGHT AND LICENSE
32              
33             This software is copyright (c) 2022 by Amazon Digital Services, Leon Brocard, Brad Fitzpatrick, Pedro Figueiredo, Rusty Conover, Branislav Zahradník.
34              
35             This is free software; you can redistribute it and/or modify it under
36             the same terms as the Perl 5 programming language system itself.
37              
38             =cut