← Back to summary

{{ file_summary.path }}

File ID: {{ file_summary.file_id }}
{{ (file_summary.line_rate * 100) | round(1) }}%
Line Coverage ({{ file_summary.covered_lines }}/{{ file_summary.total_lines }})
{{ (file_summary.branch_rate * 100) | round(1) }}%
Branch Coverage ({{ file_summary.covered_branches }}/{{ file_summary.total_branches }})
{% for line in lines %}
{{ line.number }} {{ line.source }} {{ line.hits }}x
{% endfor %}