Fdk code coverage summary 80%

Hi Team,

I am facing an issue while testing my app. I have tested all parts of it, but my branch coverage is not going above 80%. I understand branches might refer to if-else conditions, and I have executed both branches, but the coverage is still not improving. Can you please explain more about branches and how to increase their coverage?

image

Hi @ud123

You can find the uncovered code in the coverage directory within your project directory. In this directory, you can view all the files in your project, which will help you identify which parts of the code were not executed during testing