{% include 'snippet_style.html' %}
Diff: {{ diff_name }}
{% if src_stats %}Source File | Diff Coverage (%) | Missing Lines |
---|---|---|
{{ src_path }} | {{ stats.percent_covered|round(1) }}% | {{ stats.violation_lines|join(',') }} |
{{ src_path }} | 100% |
No lines with coverage information in this diff.
{% endif %} {% include 'snippet_content.html' %}