Branch Coverage

File:Dpkg/Shlibs/Objdump.pm
Coverage:0.0%

line%coveragebranch
530TFif ($id)
700TFif (defined $sym and $sym->{'defined'})
790TFif ($self->has_object($objid))
2310TFif exists $format{$file}
2350TFunless open my $fh, "<", $file
2370TFif (not defined $rc) { }
0TFelsif ($rc != 64) { }
2490TFunless $elf{'magic'} eq "\177ELF"
2500TFunless $elf{'vertype'} == 1
2540TFif ($elf{'bits'} == 1) { }
0TFelsif ($elf{'bits'} == 2) { }
2630TFif ($elf{'endian'} == 1) { }
0TFelsif ($elf{'endian'} == 2) { }
2930TFunless open my $file_fh, "<", $file
2950TFif (read($file_fh, $header, 4) == 4)
2960TFif $header =~ /^\177ELF$/