Branch Coverage

blib/lib/Test2/Tools/HTTP/UA/LWPClass.pm
Criterion Covered Total %
branch 5 8 62.5


line true false branch
38 0 3 if ($self->apps->uri_to_app($req->uri) and $req->uri =~ m[^/])
46 1 2 $options{'follow_redirects'} ? :
49 0 3 if (my $warning = $res->header("Client-Warning"))
73 5 0 if (my $app = $self->apps->uri_to_app($req->uri)) { }