Branch Coverage

lib/ELF/Extract/Sections/Scanner/Objdump.pm
Criterion Covered Total %
branch 6 14 42.8


line true false branch
56 476717 5668 unless $line =~ /$re/
80 0 5668 unless ($self->_has_state)
115 0 5668 unless ($self->_has_state)
185 0 0 if ($result != 0)
188 0 0 unless (open my $fh, '<', \$stdout)
196 0 4 if ('MSWin32' eq $^O or $ENV{'OBJDUMP_SLURP'})
199 4 0 if (open my $fh, '-|', 'objdump', ('-D', '-F'), $self->_file->realpath->absolute)