File Coverage

blib/lib/Net/Amazon/S3/Request/Role/Query/Param/Delimiter.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: delimiter query param role
2             $Net::Amazon::S3::Request::Role::Query::Param::Delimiter::VERSION = '0.991';
3             use Moose::Role;
4 99     99   53002  
  99         249  
  99         740  
5             with 'Net::Amazon::S3::Request::Role::Query::Param' => {
6             param => 'delimiter',
7             constraint => 'Maybe[Str]',
8             required => 0,
9             };
10              
11             1;
12              
13              
14             =pod
15              
16             =encoding UTF-8
17              
18             =head1 NAME
19              
20             Net::Amazon::S3::Request::Role::Query::Param::Delimiter - delimiter query param role
21              
22             =head1 VERSION
23              
24             version 0.991
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