...
...
...
...
...
...
...
...
...
...
...
...
...
...
Table of Contents
Purpose
Unit Test Coverage shows a percentage of a source code covered by unit tests. It is a mix of Line coverage and Condition coverage. The metric can be also calculated for a new code only.
...
- shows a percentage of a source code covered by unit tests;
- shows quality of application;
- shows quality of testing;
- shows how the project is ready for implementation of CI/CD;
- shows if the projects meets the industry quality standards;
- highlights the risk of bugs being detected at a later stage of development;
- helps to understand how much of your source is tested;
- shows the quality of test suite.
TOP-5 problems metric identifies
...