L.O.B.S.T.E.R. Traceability Report#
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"];
"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";
}
Coverage Summary
Category |
Coverage |
OK Items |
Total Items |
|---|---|---|---|
8.3% |
1 |
12 |
|
100.0% |
1 |
1 |
|
100.0% |
59 |
59 |
|
100.0% |
3 |
3 |
|
0.0% |
0 |
2 |
|
0.0% |
0 |
2 |
|
100.0% |
2 |
2 |
|
100.0% |
4 |
4 |
Issues
[MISSING — no trace to: Failure Modes] score.message_passing.ServerConnection
[MISSING — no trace to: Failure Modes] score.message_passing.ClientConnection
[MISSING — no trace to: Component Requirements] MessagePassingSEooC.SystemMessagingProtocol
[MISSING — no trace to: Component Requirements] MessagePassingSEooC.OSIndependentAPI
[MISSING — no trace to: Component Requirements] MessagePassingSEooC.SafetyCertifiedTransportMechanism
[MISSING — no trace to: Component Requirements] MessagePassingSEooC.PointToPointConnections
[MISSING — no trace to: Component Requirements] MessagePassingSEooC.SmallDataLowLatencyCommunication
[MISSING — no trace to: Component Requirements] MessagePassingSEooC.SynchronousUnidirectionalCommunication
[MISSING — no trace to: Component Requirements] MessagePassingSEooC.SynchronousBidirectionalCommunication
[MISSING — no trace to: Component Requirements] MessagePassingSEooC.AsynchronousUnidirectionalCommunication
[MISSING — no trace to: Component Requirements] MessagePassingSEooC.SingletonFreeImplementation
[MISSING — no trace to: Component Requirements] MessagePassingSEooC.AllowsBoundedMonotonicMemoryAllocation
[MISSING — no trace to: Component Requirements] MessagePassingSEooC.AllowsResourceMockInjectionForTesting
[MISSING — unknown target: req IServer.RegisterMessageHandler] MessagePassingFMEA.ServerNotListening
[MISSING — no upward trace] MessagePassingFMEA.ServerNotListening
[MISSING — unknown target: req IClientFactory.Connect] MessagePassingFMEA.ClientConnectionFailed
[MISSING — no upward trace] MessagePassingFMEA.ClientConnectionFailed