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

后端 未结 0 1367
耶瑟儿~
耶瑟儿~ 2021-02-12 04:24

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

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