blib/lib/Alien/Build/Plugin/Gather/IsolateDynamic.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 7 | 10 | 70.0 |
line | true | false | branch |
---|---|---|---|
28 | 1 | 1 | if ($build->meta_prop->{'destdir'}) { } |
40 | 0 | 4 | unless -d $dir |
43 | 6 | 10 | unless $from->basename =~ /\.so/ or $from->basename =~ /\.(dylib|bundle|la|dll|dll\.a)$/ |
47 | 0 | 10 | if -e $to |
49 | 0 | 10 | unless File::Copy::move("$from", "$to") |