You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IF VAR = 0 OR > 10 also a partial coverage = if only one of those branches were taken.
Same for IF SOMETHING and the condition was always true (= the block never skipped).
Can we do this with the coverage view as well (possibly showing the line in yellow and maybe even provide information on hover which branch was taken)?
The text was updated successfully, but these errors were encountered:
GitMensch
changed the title
coverage: view partial coverage (conditions) as well
coverage: view partial coverage (conditions) / branch coverage as well
Oct 25, 2024
If we want to rely on an external extension (which is good - one extension that does exactly one thing well) then it seems reasonable to fork that if there is no update (the last version done after some hiatus was not released since over a year) and possibly combine with one of the other coverage related extensions (or manually add things like the explorer annotation [not available anywhere yet] / an entry in the test view for the coverage).
Using lcov we see for things like
IF VAR = 0 OR > 10
also a partial coverage = if only one of those branches were taken.Same for
IF SOMETHING
and the condition was always true (= the block never skipped).Can we do this with the coverage view as well (possibly showing the line in yellow and maybe even provide information on hover which branch was taken)?
The text was updated successfully, but these errors were encountered: