Path and Branch Coverage
Coverage has been around for a long time but is often misunderstood.
In the realm of unit testing, it is critical to understand, especially
if you want to have a solid unit testing strategy. So, let's start with
the basics.
Code coverage is a way to measure the level of testing you've
performed on...