blib/lib/File/Spec/OS2.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 24 | 41.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
110 | 11 | 0 | 0 | $volume =~ m[^([\\/])[\\/][^\\/]+[\\/][^\\/]+\Z(?!\n)]s and $directory =~ m[^[^\\/]]s |
119 | 0 | 0 | 11 | not $volume =~ /^[a-zA-Z]:\Z(?!\n)/s and $volume =~ m[[^\\/]\Z(?!\n)] |
0 | 9 | 2 | not $volume =~ /^[a-zA-Z]:\Z(?!\n)/s and $volume =~ m[[^\\/]\Z(?!\n)] and $file =~ m[[^\\/]] | |
162 | 0 | 2 | 4 | @pathchunks and @basechunks |
2 | 0 | 4 | @pathchunks and @basechunks and lc $pathchunks[0] eq lc $basechunks[0] | |
185 | 0 | 2 | 0 | $path_directories ne '' and $base_directories ne '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
145 | 0 | 0 | 6 | not defined $base or $base eq '' |
202 | 0 | 0 | 0 | not defined $base or $base eq '' |