################################## L.O.B.S.T.E.R. Traceability Report ################################## | Generated: 2026-09-15 14:00 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"]; "Unit Test" [fillcolor="#FF9800", fontcolor="white"]; "Test Case Coverage" [fillcolor="#FF9800", fontcolor="white"]; "Architecture" [fillcolor="#4CAF50", fontcolor="white"]; "Public API" [fillcolor="#4CAF50", fontcolor="white"]; "Failure Modes" [fillcolor="#2196F3", fontcolor="white"]; "Control Measures" [fillcolor="#2196F3", fontcolor="white"]; "Root Causes" [fillcolor="#FF9800", fontcolor="white"]; "Failure Modes" -> "Public API"; "Root Causes" -> "Failure Modes"; "Root Causes" -> "Control Measures"; } .. rubric:: Coverage Summary .. list-table:: :header-rows: 1 :widths: 35 15 15 15 * - Category - Coverage - OK Items - Total Items * - :doc:`Feature Requirements ` - 100.0% - 2 - 2 * - :doc:`Unit Test ` - 50.0% - 1 - 2 * - :doc:`Test Case Coverage ` - 0.0% - 0 - 0 * - :doc:`Architecture ` - 0.0% - 0 - 0 * - :doc:`Public API ` - 0.0% - 0 - 0 * - :doc:`Failure Modes ` - 0.0% - 0 - 0 * - :doc:`Control Measures ` - 0.0% - 0 - 0 * - :doc:`Root Causes ` - 0.0% - 0 - 0 .. rubric:: Issues * [MISSING — unknown target: req MinimalExample.FEAT\_001 MinimalExample.FEAT\_002] :ref:`MyUnitTest:ConfigureAndGet ` .. toctree:: :caption: Requirements and Specification :maxdepth: 1 :hidden: Overview feature_requirements failure_modes control_measures .. toctree:: :caption: Implementation :maxdepth: 1 :hidden: architecture public_api .. toctree:: :caption: Verification and Validation :maxdepth: 1 :hidden: unit_test test_case_coverage root_causes