Control Flow Coverage
ConceptControl Flow Coverage is a class of software testing and program-analysis metrics that measure the extent to which a program's control flow graph (CFG)—its nodes (basic blocks), edges (transitions), decisions, or full paths—has been exercised during execution. It underwrites testing adequacy in safety-critical certification (e.g., DO-178B MC/DC) and provides the feedback signal used by automated test-generation tools such as graybox fuzzers.
WIKI
Definition
Control flow coverage is a structural testing/analysis criterion that quantifies how much of a program's control flow graph (CFG) has been exercised by a test suite or a single execution run. Depending on the granularity chosen, coverage can be measured over basic blocks, edges, decisions, conditions, or full execution paths.
Common Criteria
NEIGHBORHOOD
No graph connections found for this entity yet. It may appear in future ingestion runs.
explore full graph →