This repository was archived by the owner on Oct 1, 2020. It is now read-only.

Description
In Eclipse:
Window -> Preferences -> Java -> Code Coverage
Specifying a class within the "Coverage Runtime: Excludes" section causes the coverage for that class to become 0%. However, the "Missed Instructions" for those classes are still included in the coverage report.
In my opinion, this option should also remove these lines from the denominator.
Thank you!