################################## L.O.B.S.T.E.R. Traceability Report ################################## | Generated: 2026-06-21 01:22 UTC | LOBSTER Version: 1.0.4-dev .. rubric:: Tracing Policy .. note:: The tracing-policy diagram below could not be rendered because the Graphviz ``dot`` utility was not found. Install `Graphviz `__ and rebuild to see the diagram as an image. .. code-block:: dot 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"]; "Component Requirements" [fillcolor="#2196F3", fontcolor="white"]; "Unit Test" [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"]; "Component Requirements" -> "Feature Requirements"; "Architecture" -> "Component Requirements"; "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 ` - 8.3% - 1 - 12 * - :doc:`Component Requirements ` - 100.0% - 1 - 1 * - :doc:`Unit Test ` - 100.0% - 59 - 59 * - :doc:`Architecture ` - 100.0% - 3 - 3 * - :doc:`Public API ` - 0.0% - 0 - 2 * - :doc:`Failure Modes ` - 0.0% - 0 - 2 * - :doc:`Control Measures ` - 100.0% - 2 - 2 * - :doc:`Root Causes ` - 100.0% - 4 - 4 .. rubric:: Issues * [MISSING — no trace to: Failure Modes] :ref:`score.message\_passing.ServerConnection ` * [MISSING — no trace to: Failure Modes] :ref:`score.message\_passing.ClientConnection ` * [MISSING — no trace to: Component Requirements] :ref:`MessagePassingSEooC.SystemMessagingProtocol ` * [MISSING — no trace to: Component Requirements] :ref:`MessagePassingSEooC.OSIndependentAPI ` * [MISSING — no trace to: Component Requirements] :ref:`MessagePassingSEooC.SafetyCertifiedTransportMechanism ` * [MISSING — no trace to: Component Requirements] :ref:`MessagePassingSEooC.PointToPointConnections ` * [MISSING — no trace to: Component Requirements] :ref:`MessagePassingSEooC.SmallDataLowLatencyCommunication ` * [MISSING — no trace to: Component Requirements] :ref:`MessagePassingSEooC.SynchronousUnidirectionalCommunication ` * [MISSING — no trace to: Component Requirements] :ref:`MessagePassingSEooC.SynchronousBidirectionalCommunication ` * [MISSING — no trace to: Component Requirements] :ref:`MessagePassingSEooC.AsynchronousUnidirectionalCommunication ` * [MISSING — no trace to: Component Requirements] :ref:`MessagePassingSEooC.SingletonFreeImplementation ` * [MISSING — no trace to: Component Requirements] :ref:`MessagePassingSEooC.AllowsBoundedMonotonicMemoryAllocation ` * [MISSING — no trace to: Component Requirements] :ref:`MessagePassingSEooC.AllowsResourceMockInjectionForTesting ` * [MISSING — unknown target: req IServer.RegisterMessageHandler] :ref:`MessagePassingFMEA.ServerNotListening ` * [MISSING — no upward trace] :ref:`MessagePassingFMEA.ServerNotListening ` * [MISSING — unknown target: req IClientFactory.Connect] :ref:`MessagePassingFMEA.ClientConnectionFailed ` * [MISSING — no upward trace] :ref:`MessagePassingFMEA.ClientConnectionFailed ` .. toctree:: :caption: Requirements and Specification :maxdepth: 1 :hidden: Overview feature_requirements component_requirements failure_modes control_measures .. toctree:: :caption: Implementation :maxdepth: 1 :hidden: architecture public_api .. toctree:: :caption: Verification and Validation :maxdepth: 1 :hidden: unit_test root_causes