Open cgewecke opened 7 years ago
@area I feel like this same-line else
construction is relatively common and Istanbul's report is intuitively more informative. But as you note in #37 - the obvious fix would produce 11
hits. Also bound up with the else if
analysis you made in the highlighting issue. . . . not sure what should be done here.
I agree that our output here definitely could be better. I'll have a fiddle!
Istanbul reports a taken else branch as follows
Solcover reports:
The instrumentation looks like this:
Same as #37.