API coverage summary.

{% if report_tag != "" %} Tag: {{report_tag}} {% endif %} {% if report_version != "" %} Version: {{report_version}} {% endif %} Time: {{ timestamp }}

Collected statistic info 100%General or relative passrate more 95% 50%General or relative passrate less 80%
Scope: Mandatory - includes information about tests from mandatory scope. For mandatory scope only passed and failed statuses are applicable.
Status: P:85Passed F:0Failed S:2Skipped C:0Crashed H:0Hanged
Scope
{% for device in devices %} {% endfor %} {% for device in devices %} {% endfor %} {% for test_type in api_info %} {% for device in devices %} {% if device in api_info[test_type] %} {% else %} {% endif %} {% endfor %} {% endfor %}
Entity{{ device }}
Passrate
{{ test_type }} {% if api_info[test_type][device]['relative_all'] == 0 %} --- {% else %} {{api_info[test_type][device]['relative_passrate']}} % {% endif %}
P:{{ api_info[test_type][device]['relative_passed'] }} F:{{ api_info[test_type][device]['relative_all'] - api_info[test_type][device]['relative_passed'] }}
NOT RUN