Branch Coverage

blib/lib/Net/HTTP2/Client.pm
Criterion Covered Total %
branch 12 22 54.5


line true false branch
54 0 1 if @bad
70 0 2 if ($auth =~ /\A([^:]+):(.+)/)
83 0 1 unless ($scheme)
87 0 1 if ($scheme ne "https")
96 0 1 if (defined $query and length $query)
122 0 2 if ($status == 303)
129 1 1 if ($redirect_yn)
152 0 1 if (defined $query and length $query)
156 1 0 if ($scheme)
157 0 1 if ($scheme ne "https")
164 0 1 if (rindex($path, "/", 0) != 0)