PyCharm
 
Get PyCharm

Coverage

Last modified: 17 June 2024

Code coverage in PyCharm allows you to perform on-the-fly line coverage measuring for your code with low runtime overhead. In general, line coverage answers the question, "Was this line of code executed during unit testing simulation?"

Use this page to configure how coverage data is collected and processed.

For more information on running and analyzing code coverage, see Running with coverage and Viewing code coverage results.