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

Generated: 2026-07-26 01:21 UTC
LOBSTER Version: 1.0.4

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.

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"];
   "Forwarded AoUs" [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"];
   "Architecture" -> "Component Requirements";
   "Failure Modes" -> "Public API";
   "Root Causes" -> "Failure Modes";
   "Root Causes" -> "Control Measures";
}

Coverage Summary

Category

Coverage

OK Items

Total Items

Feature Requirements

100.0%

50

50

Forwarded AoUs

0.0%

0

0

Component Requirements

0.0%

0

0

Unit Test

0.0%

0

0

Architecture

0.0%

0

0

Public API

0.0%

0

0

Failure Modes

0.0%

0

0

Control Measures

0.0%

0

0

Root Causes

0.0%

0

0

Issues

No traceability issues found.