How the grade is built
The 0–100 composite weighs four components:
Grades: A ≥ 90 · B 75–89 · C 60–74 · D 40–59 · E < 40.
When traceability is absent, coverage is dropped and the remaining weights are renormalised (a flag says so). Fewer than 5 executed tests raises a low confidence flag.
Transparency
Click Show details to expand the breakdown — each component (value, points, weight), the caps applied and any flags. The score is never an opaque number.Non-negotiable invariants
- ≥ 1 open blocking bug (open + Critical / High) caps the grade at C and forces NO-GO.
- An untested in-scope requirement forces NO-GO.
- No executed test shows not evaluated — never an E.
- GO also requires the score ≥ 75 and coverage ≥ 70%.
Scale profiles
In Settings, choose a project-level scale so everyone scores a report identically:- Strict — a regulated release.
- Standard — the default scale.
- Ramp-up — a starting team.
Risk-based weighting (optional)
An optional, orthogonal toggle shows a weighted confidence beside the grade. It weights execution and coverage by the importance of what is missing — test-case priority, story risk and story points — using transparent additive tiers (never a multiplication). The flat A–E score is never altered; a dimension whose data is absent or uniform auto-disables and says so.Related
Decision support
Watch points, failures without a defect, override.
Coverage depth
Is it well covered?