Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

elsif line not covered, but it's block is executed and considered covered #72

Open
nosretep opened this issue Apr 8, 2011 · 7 comments

Comments

@nosretep
Copy link

nosretep commented Apr 8, 2011

elsif line not covered, but its block is executed and considered covered

Running RCOV on:
jruby-1.6.0
rails 3.0.5

@hooligan495
Copy link
Contributor

argh. They must not have pulled my patch into 1.6 like I thought they did. I will get on them.

@leckylao
Copy link

leckylao commented Jun 2, 2011

Yep, it's still exists.

Running RCOV on:
jruby-1.6.1
rails 2.3.8
rcov (0.9.9 java)

@hooligan495
Copy link
Contributor

Ughh... it's like 2 steps forward one back. Jruby 1.6 changed some other things ... I will try to find some time to look further into this.

@yn
Copy link

yn commented Nov 30, 2011

This problem still exists in Rails 3.1.3 Ruby 1.6.5 while running in 1.8.7 mode,

@abedra
Copy link
Contributor

abedra commented Jan 19, 2012

@hooligan495 is this something you can take a look at/fix?

@andrerpbts
Copy link

Someone have a temporality solution for this ?

@lolindrath
Copy link

If you turn on the --debug option in your JRUBY_OPTS (i.e. export JRUBY_OPTS="--debug") it fixes this problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants