blib/lib/LibZip/InitLib.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 24 | 8.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
98 | 0 | 0 | 0 | $^O =~ /(msw|win|dos)/i and not $^X =~ /\.exe$/ |
0 | 0 | 0 | $^O =~ /(msw|win|dos)/i and not $^X =~ /\.exe$/ and -e "$^X.exe" | |
138 | 24 | 0 | 0 | $find_lib_i =~ m[[\\/]site$]i and $find_lib_i =~ /perl/ |
141 | 0 | 0 | 0 | -d $tmp_lib and -r $tmp_lib |
0 | 0 | 0 | -d $tmp_lib and -r $tmp_lib and -w $tmp_lib | |
147 | 24 | 0 | 0 | $find_lib_i =~ m[[\\/]lib$]i and $find_lib_i =~ /perl/ |
150 | 0 | 0 | 0 | -d $tmp_lib and -r $tmp_lib |
0 | 0 | 0 | -d $tmp_lib and -r $tmp_lib and -w $tmp_lib |