{% if snippet_style %} {% endif %}
Coverage Report(s) Used: {{ report_names|join(', ') }}
Diff: {{ diff_name }}
{% if src_stats %}Source File | Diff Coverage (%) | Missing Line(s) |
---|---|---|
{{ src_path }} | {{ stats.percent_covered|round(1) }}% | {{ stats.violation_lines|join(',') }} |
{{ src_path }} | 100% |
No lines with coverage information in this diff.
{% endif %} {% for src_path, stats in src_stats.iteritems() %} {% if stats.snippets_html %}