Branch Coverage

blib/lib/URI/ImpliedBase.pm
Criterion Covered Total %
branch 6 6 100.0


line true false branch
141 5 11 if ($probe_uri->scheme and grep {$_ eq $probe_uri->scheme;} @accepted_schemes) { }
10 1 elsif ($probe_uri->path) { }
149 5 5 if ($current_base) { }