blib/lib/Alien/BatToExeConverter.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 14 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
98 | 0 | 0 | 0 | $bat and $bat =~ /\.bat$/ |
0 | 0 | 0 | $bat and $bat =~ /\.bat$/ and -f $bat | |
104 | 0 | 0 | 0 | $exe and $exe =~ /\.exe$/ |
113 | 0 | 0 | 0 | $ico and not -f $ico |
line | l | !l | condition |
---|---|---|---|
112 | 0 | 0 | $param{'ico'} || '' |