Hello,
our Entities contains logic that we need to test. Therefore we have unit tests for all our entities.
We build and test our components with Jenkins-CI.
We want to test that what we release to our customers. Therefore we think we need to test the enhanced classes.
But that distorts our test coverage measurements.
What are your experiences with test coverage?
How can we determine the real "coverage" of our tests?