Condition Coverage

Condition Coverage

Is there any chance you can do condition coverage?

For example, when analysing:

If (a && b) { ..... } else { ..... }

tell me the coverage of "a" and "b". Obviously, this is a refinement on statement coverage, and perhaps not immediately required by most users, but is a really useful extended feature!

regards, Richard.


RE: Condition Coverage

Richard,

This feature is already on our roadmap, but I can't tell you how long before it is implemented. There haven't been a lot of requests for it, so it's not at the top of the list. That being said, I do think it would be valuable for users, and we're considering the best way to offer this feature.

Thanks for your feedback,

Peter Waldschmidt