{{ (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 }})