A difference between statement and decision coverage
If the tests have complete branch coverage then we can say it also has complete statement coverage, but not the vice versa. 100% branch coverage => 100% statement coverage 100% statement coverage does not imply 100% branch coverage the reason is in branch coverage apart from executing all the statements, we should also verify if … Read more