Can fully covered code have an EclEmma coverage rating of less than 100%?

后端 未结 3 632
甜味超标
甜味超标 2021-01-18 14:40

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

3条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-18 15:09

    I think you will either need to test the instantiation of Arithmetic as well, or declare its constructor private to disallow instantiation

提交回复
热议问题