blib/lib/Net/Amazon/S3/ACL/Grant/URI.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 10 | 0.0 |
line | true | false | branch |
---|---|---|---|
15 | 0 | 0 | unless my $URI = $xpc->findvalue('.//s3:Grantee/s3:URI', $node) |
20 | 0 | 0 | $key eq 'AuthenticatedUsers' ? : |
0 | 0 | $key eq 'AllUsers' ? : | |
49 | 0 | 0 | if (my($type) = $key =~ m[\A http://.*/(All | Authenticated)Users \z]imsx) |
52 | 0 | 0 | unless exists $canonical_key_for{uc $key} |