Project

General

Profile

Actions

Bug #15332

closed

coverage and InstructionSequence regression

Added by marcandre (Marc-Andre Lafortune) over 5 years ago. Updated over 5 years ago.

Status:
Closed
Assignee:
-
Target version:
[ruby-core:89991]

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

Also available in: Atom PDF

Like0
Like0Like0Like0