Statement coverage is a code coverage metric that measures which statements in a body of code have been executed through a test run, and which statements have not.
statement coverage
You are reading documentation for version 4.2.x. Check the
latest version.