{{ display_path }}

File Summary

{% for tier in tier_order %} {% endfor %}
Tier Lines (hit / total) Line % Branches (hit / total) Branch %
All tiers {{ file_summary.lines_hit }} / {{ file_summary.lines_total }} {{ "%.1f"|format(file_summary.pct_total) }}% {{ file_summary.branches_hit }} / {{ file_summary.branches_total }} {{ "%.1f"|format(file_summary.branch_pct_total) }}%
{{ tier_labels[tier] }} {{ file_summary.per_tier[tier].lines_hit }} / {{ file_summary.per_tier[tier].lines_total }} {{ "%.1f"|format(file_summary.per_tier[tier].line_pct) }}% {{ file_summary.per_tier[tier].branches_hit }} / {{ file_summary.per_tier[tier].branches_total }} {{ "%.1f"|format(file_summary.per_tier[tier].branch_pct) }}%
System hit Unit hit Manual hit Not hit Not coverable Btaken Bnot taken Bunreachable
{% for tier in tier_order %} {% endfor %} {% for line in lines %} {% for tier in tier_order %} {% endfor %} {% endfor %}
#{{ tier_labels[tier] }}branches source
{{ line.number }}{% if line.coverable and line.tier_hits[tier] %}{{ line.tier_hits[tier] }}{% endif %} {% for b in line.branches %} {{ b.block }}.{{ b.branch }} {% endfor %} {{ line.source }}