| line | true | false | branch | 
 
| 54 | 0 | 0 | if ($self->{'IMPORTS'} and %{$self->{'IMPORTS'};}) | 
 
| 56 | 0 | 0 | unless -d "tmp_imp" or mkdir "tmp_imp", 511 | 
 
| 57 | 0 | 0 | unless open my $imp, ">", "tmpimp.imp" | 
 
| 60 | 0 | 0 | unless my($lib, $id) = $exp =~ /(.*)\.(.*)/ | 
 
| 63 | 0 | 0 | unless close $imp | 
 
| 65 | 0 | 0 | if system "emximp -o tmpimp$Config::Config{'lib_ext'} tmpimp.imp" | 
 
| 68 | 0 | 0 | unless eval { | 
 
| 69 | 0 | 0 | if system "cd tmp_imp; $Config::Config{'ar'} x ../tmpimp$Config::Config{'lib_ext'}" | 
 
| 72 | 0 | 0 | if $self->{'SKIPHASH'}{'dynamic'} | 
 
| 87 | 0 | 0 | unless $self->{'IMPORTS'} and %{$self->{'IMPORTS'};} | 
 
| 103 | 0 | 0 | if -x $file and not -d _ | 
 
| 104 | 0 | 0 | if -x "$file.exe" and not -d _ | 
 
| 105 | 0 | 0 | if -x "$file.cmd" and not -d _ | 
 
| 119 | 0 | 0 | $OS2::is_aout ? : |