LEXICON Open App →
HomeGlossary › statement coverage

statement coverage

📗 CTFL

Official ISTQB Definition

The coverage of executable statements.

3 Ways to Think About It

💡
The Quick Take

Measuring what percentage of code lines have been executed during testing.

🔍
Look Closer

Making sure every line of code runs at least once.

🎯
The Bottom Line

Did our tests touch every statement in the program? That's statement coverage.

Practice this term with quizzes and arcade games

Study with Lexicon →
← state transition testingAll Termsstatement testing →