{% if table_entry_type == "Component" %}
Filter: (e.g. "crypto,VR")
{% endif %}{{ table_entry_type }} | Line Coverage | Function Coverage | Region Coverage |
---|---|---|---|
{% if entry["is_dir"] == True %}
{{ entry["name"] }}/{% else %} {{ entry["name"] }}{% endif %} |
{% for feature in ("lines", "functions", "regions") %}
{{ entry[feature]["percentage"] }}% ({{ entry[feature]["covered"] }}/{{ entry[feature]["total"] }}) |
{% endfor %}
||
Totals |
{% for feature in ("lines", "functions", "regions") %}
{{ total_entry[feature]["percentage"] }}% ({{ total_entry[feature]["covered"] }}/{{ total_entry[feature]["total"] }}) |
{% endfor %}