LEXICON Open App →
HomeGlossary › branch coverage

branch coverage

📗 CTFL

Official ISTQB Definition

The coverage of branches in a control flow graph.

3 Ways to Think About It

💡
The Quick Take

Measuring whether every decision point in the code has been tested both ways — true AND false.

🔍
Look Closer

Making sure every if/else, every loop condition, gets exercised in all directions.

🎯
The Bottom Line

Not just hitting every line, but taking every possible path through the logic.

Practice this term with quizzes and arcade games

Study with Lexicon →
← branchAll Termsbranch testing →