blib/lib/Alien/BatToExeConverter.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 1 | 10 | 10.0 |
line | true | false | branch |
---|---|---|---|
52 | 0 | 1 | if $installed |
98 | 0 | 0 | unless ($bat and $bat =~ /\.bat$/ and -f $bat) |
104 | 0 | 0 | unless ($exe and $exe =~ /\.exe$/) |
107 | 0 | 0 | if (-f $exe) |
113 | 0 | 0 | if ($ico and not -f $ico) |