L.O.B.S.T.E.R. Traceability Report

Generated: 2026-09-15 14:15 UTC
LOBSTER Version: 1.0.6

Tracing Policy

digraph tracing_policy { rankdir=TB; node [shape=box, style=filled, fontname="Helvetica", margin="0.3,0.1"]; edge [arrowhead=open]; "Feature Requirements" [fillcolor="#2196F3", fontcolor="white"]; "Received AoUs" [fillcolor="#2196F3", fontcolor="white"]; "Component Requirements" [fillcolor="#2196F3", fontcolor="white"]; "Unit Test" [fillcolor="#FF9800", fontcolor="white"]; "Architecture" [fillcolor="#4CAF50", fontcolor="white"]; "Component Requirements" -> "Feature Requirements"; "Component Requirements" -> "Received AoUs"; "Unit Test" -> "Component Requirements"; "Architecture" -> "Component Requirements"; }

Coverage Summary

Category

Coverage

OK Items

Total Items

Feature Requirements

100.0%

4

4

Received AoUs

100.0%

2

2

Component Requirements

0.0%

0

4

Unit Test

0.0%

0

0

Architecture

100.0%

1

1

Issues