Actions
Bug #15332
closedcoverage and InstructionSequence regression
Bug #15332:
coverage and InstructionSequence regression
Description
With the current head:
require 'coverage'
Coverage.start
RubyVM::InstructionSequence.compile("puts 'hi'", 'hello_world.rb').eval
Coverage.result # => {}, should be {'hello_world.rb' => [1]}
This is not intended, right?
Actions