...
Unit Test Coverage shows a percentage of a source code is covered by the unit tests. It is a mix of Line coverage and Condition coverage. The metric can be also calculated also for a new code only.
How it works
...
...
Unit Test Coverage shows a percentage of a source code is covered by the unit tests. It is a mix of Line coverage and Condition coverage. The metric can be also calculated also for a new code only.
...