Branch Coverage

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


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