Line coverage
The share of executable lines executed at least once by the suite.
A field reference for the metrics the framework reports — what each one measures, how it is calculated, and where the line sits.
The share of executable lines executed at least once by the suite.
The share of decision branches — true and false paths — that have been taken.
How many seeded code mutations the suite detects. The strongest signal that tests fail when behaviour breaks.
The share of end-to-end user workflows exercised by the suite, mapped from the code, not the ticket list.
How many requirements have at least one automated case linked to them and a passing result.
The share of introduced regressions the suite catches before the gate, measured across runs.
The share of runs that pass the coverage gate on the first attempt. Rising is good; falling is a smoke signal.
How long the pipeline takes from push to gate decision. The number that keeps coverage fast enough to matter.
Coverage numbers mean nothing if they come from tests that never gate a release. The framework measures the suite that actually runs in your pipeline — and the gate enforces the target on every push. The baseline promise: 80% automated coverage within four months, measured against these metrics.
The first coverage-gate report comes with the first week of the engagement.