You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[code pal for ABAP](../../README.md) > [Documentation](../check_documentation.md) > [UnitTest Coverages](unit-test-coverages.md)
3
+
[code pal for ABAP](../../README.md) > [Documentation](../check_documentation.md) > [Unit-Test Coverages (Statement, Branch and Procedure)](unit-test-coverages.md)
4
4
5
-
## UnitTest Coverages
5
+
## Unit-Test Coverages (Statement, Branch and Procedure)
6
6
7
7
### What is the Intent of the Check?
8
8
9
-
It executes the ABAP UnitTest framework and verifies if the coverage is under the defined threshold.
9
+
The "Unit Test Coverages (Statement, Branch and Procedure)" Check executes the ABAP Unit-Test framework and verifies if the coverage is under the defined threshold.
10
10
11
-
> :warning: Use it to check a few objects only.
11
+
> :WARNING: Use it to check a few objects only (it may cause performance issues).
12
12
13
13
### How to solve the issue?
14
14
15
-
Improve the unit test coverage.
15
+
Improve the Unit-Test coverage(s).
16
16
17
17
### What to do in case of exception?
18
18
19
19
No exemptions are allowed.
20
20
21
21
### Further Readings & Knowledge
22
22
23
-
*[UnitTesting in ABAP](https://help.sap.com/viewer/c238d694b825421f940829321ffa326a/7.5.19/en-US/4ec18be06e391014adc9fffe4e204223.html)
23
+
*[Unit-Testing in ABAP](https://help.sap.com/viewer/c238d694b825421f940829321ffa326a/7.5.19/en-US/4ec18be06e391014adc9fffe4e204223.html)
24
24
*[MartinFowler - Test Coverage](https://martinfowler.com/bliki/TestCoverage.html)
0 commit comments