How to make IDEA ignore unreachable branches in test coverage statistics?
I want to achieve 100% test coverage, but there are always some unreachable branches. How can I make IDEA exclude these unreachable branches from coverage statistics?
For example: