Branch Coverage

lib/ELF/Extract/Sections/Scanner/Objdump.pm
Criterion Covered Total %
branch 5 8 62.5


line true false branch
56 476717 5668 unless $line =~ /$re/
80 0 5668 unless ($self->_has_state)
115 0 5668 unless ($self->_has_state)
178 4 0 if (open my $fh, '-|', 'objdump', ('-D', '-F'), $self->_file->realpath->absolute)