Code coverage is a metric that indicates how much of your source code is executed by your tests. It helps you identify the areas of your code that are not tested, and therefore more prone to bugs and ...