|
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
|
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. |