Coverage Report
{{ (summary.line_rate * 100) | round(1) }}%
Line Coverage ({{ summary.covered_lines }}/{{ summary.total_lines }})
{{ (summary.branch_rate * 100) | round(1) }}%
Branch Coverage ({{ summary.covered_branches }}/{{ summary.total_branches }})
File
Lines (found/hit)
Line %
Branches (found/hit)
Branch %
{% for fs in file_summaries %}
{{ fs.path }}
{{ fs.total_lines }}/{{ fs.covered_lines }}
{{ (fs.line_rate * 100) | round(1) }}%
{{ fs.total_branches }}/{{ fs.covered_branches }}
{{ (fs.branch_rate * 100) | round(1) }}%
{% endfor %}