Eclemma says 1 of 4 branches not covered, but which branch is it?

后端 未结 0 1113
刺人心
刺人心 2021-02-12 04:02

Is there a simple way to tell which branch I am missing? I.e. I have some code like this:

if (x || y) {
    // do stuff
}

In the coverage highl

相关标签:
回答
  • 消灭零回复
提交回复
热议问题