
One of the three coverage measures that the Coverage API calculates.
Statement coverage reports on the percentage of ABAP statements in the code under test that were executed while a measurement was running.
As a rule of thumb, statements that count toward code coverage calculations are those at which you can set a breakpoint. Not included are data declarations, some modularization statements, and other nonoperative statements.
You can display the exact coverage of statements in ABAP source code in the graphical display of the Coverage API.