Concept Flow - Code coverage basics
Write code to test
Write tests for code
Run tests with coverage tool
Coverage tool tracks executed lines
Generate coverage report
Review report to find untested code
Improve tests to cover missing parts
↩Back to Run tests
This flow shows how code coverage works: write code, test it, run coverage, see report, then improve tests.