← Verification platforms
Code IntelligenceInternalDue 2027 Q2
智能代码覆盖率系统
Not just the percentage — what the untested part actually is.
How the agent uses it
桌面端读取未覆盖路径,针对性生成用例并验证覆盖率变化。了解变更影响分析与精准回归
Collects coverage from unit, API and UI runs and reports it per change. The distinctive capability is request-level coverage: bind one request to the code paths it actually executed, rather than a repository-wide percentage. Internal use; not a public product yet.
Request-level coverage
Unlike repository-wide coverage, request-level coverage answers: which code paths did this specific request execute? It binds a request, its call stack and the changed lines, so a regression run can be judged by whether it hit the change — not by a rising percentage. Internal use; not a public signup product yet.
Highlights
- 01
请求级覆盖:单次请求到代码路径
- 02
增量与差量覆盖率
- 03
单测 / 接口 / UI 多层合并
- 04
未覆盖路径清单