1Coverage measures code coverage, typically during test execution. 2It uses the code analysis tools and tracing hooks provided in the 3Python standard library to determine which lines are executable, 4and which have been executed. 5