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

Emit naked body of guard statements. #280

Closed
mbj opened this issue Dec 20, 2014 · 0 comments
Closed

Emit naked body of guard statements. #280

mbj opened this issue Dec 20, 2014 · 0 comments
Labels

Comments

@mbj
Copy link
Owner

mbj commented Dec 20, 2014

Seems there is a regression that does NOT mutate the following:

expression if condition

into

expression

I thought we have it. But it seems to be defunct.

For external consumers, this will still render as:

if condition
  expression
end

in the reports. I'm talking about the concepts here.

And relax, condition and expression get fully mutated currently. The condition will be forced to true and false respectively so its not that much of blind coverage.

@mbj mbj added the bug label Dec 20, 2014
@mbj mbj closed this as completed in 7f47ac4 Dec 21, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant