I was interested to get path coverage for my code after doing unit testing, but it contains lots of if-else conditions which make the actual number of paths like around 67k so is there any possibility with jmockit coverage tool to exclude some if conditions to be considered for path in the code.
Is there any other tool which I can use to achieve the same goal ?