Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 1.02 KB

unit-test-coverages.md

File metadata and controls

22 lines (12 loc) · 1.02 KB

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.

Further Readings & Knowledge