unit-test-coverages.md
September 23, 2022 ยท View on GitHub
code pal for ABAP > Documentation > Unit-Test Coverages (Statement, Branch and Procedure)
Unit-Test Coverages (Statement, Branch and Procedural Coverage)
What is the intent of the check?
This check executes the ABAP Unit framework and measures the current coverage percentile for the object in question. It reports a finding if the coverage is below a customizable threshold.
There are three versions of this check for the three different types of coverage that can be measured: Statement coverage, branch coverage and procedure coverage.
How to solve the issue?
Improve the unit test coverage by writing additional unit tests.
What to do in case of exception?
No exemptions are allowed.