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!
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!