-
Notifications
You must be signed in to change notification settings - Fork 64
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
rcov doesn't report coverage when calling a method from the result of a block #91
Comments
Please include your version and patch level of Ruby, Your operating system, and version of gcc. |
ok.
Thank you for the fast replay! |
Ok thank you. This issue is most likely part of the multiline issues that already exist here in the issues. The coverage processor has quite a few hiccups in it. |
Right, btw, i've read here http://www.aaronbedra.com/2009/10/16/nocov.html (I suppose it is your own site) a good way to 'cov off' some pieces of code that have some coverage issue. is that feature released? |
Yes it is. |
The first image is showing the problem and the second the workaround.
Problem:
http://www.flickr.com/photos/75749300@N08/6801135929/
Workaround:
http://www.flickr.com/photos/75749300@N08/6801135919/
The text was updated successfully, but these errors were encountered: