Branch Coverage

blib/lib/URI/Split.pm
Criterion Covered Total %
branch 16 16 100.0


line true false branch
19 8 4 defined $scheme ? :
20 4 8 unless defined $path
21 5 7 if (defined $auth) { }
1 6 elsif ($path =~ m[^//]) { }
24 2 3 if length $path and not $path =~ m[^/]
29 4 8 unless (length $uri)
34 3 9 if (defined $query)
38 3 9 if defined $frag