{% extends "base-layout.html" %} {% block content %}
No description set for this review.
{% endif %}{{ rv.comment}}
State:
{% if tco.state %}Coverage Overrides:
{% if tco.coverage %}| Line Nr. | New Hits | Old Hits | Comment |
| {{ cl.nr }} | {% if cl.new_hits %}{{ cl.new_hits }}{% else %}uncovered{% endif %} | {% if cl.old_hits %}{{ cl.old_hits }}{% else %}uncovered{% endif %} | {{ cl.comment }} |
| Line Nr. | New Hits | Old Hits | Comment |
| {{ cl.nr }} | {% if cl.new_hits %}{{ cl.new_hits }}{% else %}uncovered{% endif %} | {% if cl.old_hits %}{{ cl.old_hits }}{% else %}uncovered{% endif %} | {{ cl.comment }} |
None.
{% endif %} {% endfor %} {% else %}None.
{% endif %}| ID | Comment |
|---|---|
| {{ req.id }} | {{ req.comment }} |
| Test Run Name | Test Run Date | Test Case Name | New State | Comment |
|---|---|---|---|---|
| {{ ov.test_run_name }} | {{ ov.test_run_date }} | {{ ov.test_case_name }} | {{ ov.state }} | {{ ov.comment }} |
| Test Run Name | Test Run Date | Test Case Name | Covered Filepath | Covered Line | New Hits | Comment |
|---|---|---|---|---|---|---|
| {{ ov.test_run_name }} | {{ ov.test_run_date }} | {{ ov.test_case_name }} | {{ ov.cov_filepath }} | {{ ov.cov_line }} | {%if ov.hits %}{{ ov.hits }}{% else %}uncovered{% endif %} | {{ ov.comment }} |
| Test Run Name | Test Run Date | Covered Filepath | Covered Line | New Hits | Comment |
|---|---|---|---|---|---|
| {{ ov.test_run_name }} | {{ ov.test_run_date }} | {{ ov.cov_filepath }} | {{ ov.cov_line }} | {%if ov.hits %}{{ ov.hits }}{% else %}uncovered{% endif %} | {{ ov.comment }} |
| Nr. | Authors | Comment |
|---|---|---|
| {{ revision.nr }} | {% for author in revision.authors %}{{ author }},{% endfor %} | {{ revision.comment }} |
-
{% endif %} {% endblock %}