0

I am running gradlew app:testCoverage on my project. Everything counts fine, except this case, I can't figure out what exactly are these 4 branches one of which is missing. I can see only 2 cases here - exception is null and exception is not null.

Exception

annaoomph
  • 552
  • 1
  • 4
  • 22

1 Answers1

0

So it turns out the missing case is so called "double failure". It means the case "fail in try block, go to finally block, fail in finally block". Will investigate how to cover that.

annaoomph
  • 552
  • 1
  • 4
  • 22