Branch Coverage

blib/lib/Paws/Net/V2Signature.pm
Criterion Covered Total %
branch 0 18 0.0


line true false branch
48 0 0 unless my($scheme, $host, $path_query) = $url =~ m[\A([^:/?#]+)://([^/?#]*)([^#]*)]
52 0 0 unless $path_query =~ m[\A/]
55 0 0 if ((my $i = index($host, '@')) != -1)
63 0 0 $scheme eq 'https' ? :
0 0 $scheme eq 'http' ? :
0 0 $host =~ s/:(\d*)\z// && length $1 ? :
68 0 0 length $host ? :
79 0 0 if ($self->session_token)
107 0 0 if (ref $value eq 'ARRAY') { }