| 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) }}% |
{% for tier in tier_order %}
| {{ 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) }}% |
{% endfor %}