################################## L.O.B.S.T.E.R. Traceability Report ################################## | Generated: 2026-09-15 14:15 UTC | LOBSTER Version: 1.0.6 .. rubric:: Tracing Policy .. graphviz:: 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"; } .. rubric:: Coverage Summary .. list-table:: :header-rows: 1 :widths: 35 15 15 15 * - Category - Coverage - OK Items - Total Items * - :doc:`Feature Requirements ` - 100.0% - 4 - 4 * - :doc:`Received AoUs ` - 100.0% - 2 - 2 * - :doc:`Component Requirements ` - 0.0% - 0 - 4 * - :doc:`Unit Test ` - 0.0% - 0 - 0 * - :doc:`Architecture ` - 100.0% - 1 - 1 .. rubric:: Issues * [PARTIAL — no trace to: Unit Test] :ref:`IntegratorComponent.COMP\_INT\_001 ` * [PARTIAL — no trace to: Unit Test] :ref:`IntegratorComponent.COMP\_INT\_002 ` * [PARTIAL — no trace to: Unit Test] :ref:`IntegratorComponent.COMP\_INT\_003 ` * [PARTIAL — no trace to: Unit Test] :ref:`IntegratorComponent.COMP\_INT\_004 ` .. toctree:: :caption: Requirements and Specification :maxdepth: 1 :hidden: Overview feature_requirements received_aous component_requirements .. toctree:: :caption: Implementation :maxdepth: 1 :hidden: architecture .. toctree:: :caption: Verification and Validation :maxdepth: 1 :hidden: unit_test