Get verification metrics
GET/verification-projects/:id/metrics/
Coverage is the unweighted mean of each linked requirements project's coverage (same traceability definition the requirements-project page uses). Projects with no requirements of a given level are excluded from that level's average so empty projects don't drag it down.
Only LLRs are coverable, so requirements_covered is the LLR covered count
and llr_coverage_percent is the headline coverage. hlr_coverage_percent
is informational only (HLRs are not part of the coverage calculation).
Response:
{
"requirements_covered": 18,
"hlr_count": 14,
"llr_count": 30,
"requirements_projects_count": 2,
"hlr_coverage_percent": 75.0,
"llr_coverage_percent": 60.0,
"testcases_defined": 8,
"testcases_implemented": 3
}
Request
Responses
- 200