| Parameter | Value | Unit | Lower Limit | Upper Limit | Status |
|---|---|---|---|---|---|
| {{ result.parameter }} | {{ "%.6f"|format(result.value) }} | {{ result.unit }} | {% if result.lower_limit is not none %}{{ "%.6f"|format(result.lower_limit) }}{% else %}—{% endif %} | {% if result.upper_limit is not none %}{{ "%.6f"|format(result.upper_limit) }}{% else %}—{% endif %} | {% if result.passed is true %} PASS {% elif result.passed is false %} FAIL {% else %} N/A {% endif %} |
No results recorded for this test run.
{% endif %}{{ config_formatted }}