Branch Coverage

blib/lib/Metabrik/File/Readelf.pm
Criterion Covered Total %
branch 0 26 0.0


line true false branch
56 0 0 unless $self->brik_help_run_undef_arg("program_headers", $file)
58 0 0 unless my $ft = "Metabrik::File::Type"->new_from_brik_init($self)
59 0 0 unless my $magic = $ft->get_magic_type($file)
61 0 0 unless ($magic =~ /^ELF /)
66 0 0 unless my $r = $self->capture($cmd)
75 0 0 if $line =~ /^\s*$/
76 0 0 if $line =~ /^\s*Type\s+Offset/
77 0 0 if $line =~ /^\s*FileSiz\s+MemSiz/
80 0 0 if ($line =~ /^\s*Entry point (\S+)/)
84 0 0 if ($line =~ /starting at offset (\d+)/)
90 0 0 if ($line =~ /^\s*Program Headers/)
101 0 0 if ($start)
102 0 0 if ($first) { }