blib/lib/Repository/Simple/Util.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 24 | 0.0 |
line | true | false | branch |
---|---|---|---|
79 | 0 | 0 | unless (defined $current_path) |
83 | 0 | 0 | unless (defined $messy_path) |
89 | 0 | 0 | if (not $messy_path =~ m[^/]) { } |
98 | 0 | 0 | unless @components |
99 | 0 | 0 | unless @components > 1 |
105 | 0 | 0 | if ($components[$i] eq '.') { } |
0 | 0 | elsif ($components[$i] eq '..' and $i == 1) { } | |
0 | 0 | elsif ($components[$i] eq '..') { } | |
127 | 0 | 0 | unless @components > 1 |
142 | 0 | 0 | if ($path eq '/') { } |
149 | 0 | 0 | if @components == 1 |
163 | 0 | 0 | if ($path eq '/') { } |