I just wrote some simple sample code to make sure that I had EclEmma installed correctly. I\'m not getting 100% coverage, and I don\'t understand why. The highlighting impli
I think you will either need to test the instantiation of Arithmetic as well, or declare its constructor private to disallow instantiation
Arithmetic
private