What Coverage Reports Show
TestAuto2 provides three types of coverage reporting:
- Traceability Coverage — Validates bidirectional links between requirements, test cases, and design artifacts
- FMEA Coverage — Ensures all SC/CC classified items have failure mode analysis
- Standards Compliance — Per-standard readiness metrics for ISO 26262, AIAG-VDA, IATF 16949
Generate Traceability Coverage Report
- Navigate to Documentation space from the sidebar
- Click Requirements Traceability Report from the space dashboard
- The report displays:
- Customer Requirements → System Requirements (refines)
- System Requirements → Design Requirements (refines)
- Requirements → Verification Test Cases (verifies)
- Requirements → Validation Test Cases (validates)
Each coverage bar shows:
[████████░░] 80% (40/50) — 10 gaps
- Green filled = covered items
- Gray empty = uncovered items
- Percentage = coverage ratio
- Gap count = clickable link to uncovered work items query
Click the gap count number (e.g., “10 gaps”) to open Work Items Tracker with a pre-filtered query showing exactly which items lack coverage. This enables immediate remediation.
Generate FMEA Coverage Report
- Navigate to Documentation space
- Click FMEA Coverage Report
- The dashboard validates three coverage dimensions:
| Coverage Check | What It Validates | Gap Query |
|---|
| Customer Requirements | All SC/CC requirements have linked failure modes | type:custReq AND classification.KEY:(sc cc) AND NOT linkedWorkItems:assesses=* |
| Functions | All SC/CC functions have linked failure modes | type:function AND classification.KEY:(sc cc) AND NOT linkedWorkItems:assesses=* |
| Characteristics | All SC/CC characteristics have linked failure modes | type:characteristic AND classification.KEY:(sc cc) AND NOT linkedWorkItems:assesses=* |
| SFMEA Decomposition | System/subsystem failure modes have child causes | Checked via causes back-link traversal |
The report displays summary cards for each dimension:
If coverage appears low, verify that your characteristics and requirements have classification field set to sc (Safety Critical) or cc (Critical Characteristic). Non-classified items are excluded from FMEA coverage requirements.
Generate Safety Readiness Scorecard
- Navigate to Home Dashboard from the sidebar
- Scroll to Reports section
- Click Safety Readiness Scorecard
- The matrix displays per-standard compliance:
Standard | Reqs | Trace | V&V | FMEA | Docs | Overall
------------------|------|-------|-----|------|------|--------
ISO 26262 Part 3 | 0% | 100% | 48% | N/A | 23 | 49%
ISO 26262 Part 4 | 87% | 100% | 84% | 100% | 4 | 92%
ISO 26262 Part 5 | 92% | 100% |100% | 100% | 6 | 97%
AIAG-VDA FMEA | N/A | N/A | N/A | 94% | 23 | 94%
IATF 16949/APQP | 73ch | 60% | N/A | N/A | 0 | 60%
Metric Definitions:
- Reqs % = Requirements with at least one linked work item / total
- Trace % = Requirements with any outgoing or incoming traceability link
- V&V % = Requirements with back-linked verification or validation test cases
- FMEA % = Failure modes with post-mitigation Action Priority set / total
- Docs = Count of specification documents of relevant type
- Overall = Average of applicable numeric metrics (N/A excluded)
The scorecard uses automatic color coding: green ≥90%, yellow 70-89%, red <70%. This visual indicator helps prioritize remediation efforts for standards with low readiness.
Export Coverage Data
All coverage reports are LiveDoc pages that can be exported:
- Click the More Actions menu on the report page
- Select Export to PDF
- Configure export settings:
- Include statistics tables
- Include gap query results (optional — adds uncovered item details)
- Click Export
The exported PDF preserves:
- Coverage bar visualizations (rendered as tables)
- Gap count statistics
- Velocity macro outputs (nxLinkCoverage, nxCoverageBar)
If you enable “Include gap query results” on projects with hundreds of uncovered items, PDF export may take 2-3 minutes and produce a large file (10+ MB). For audit purposes, export gap queries separately from Work Items Tracker.
Verification
You should now see:
- ✓ Traceability coverage percentages for all requirement levels
- ✓ FMEA coverage metrics broken down by work item type (requirements, functions, characteristics)
- ✓ Standards readiness scorecard with traffic-light color coding
- ✓ Clickable gap counts that open filtered Work Items Tracker queries
- ✓ Summary cards showing covered/not covered/total counts
See Also