1 Comment
8 hrs agoLiked by Teiva Harsanyi

I remember in some cases we added empty else statements (like with a no-op call) to ensure branch coverage was good using line coverage tools. It's a bit like if you have `if a || b`, you should test the different combinations and not just the test passing once.

Expand full comment