summaryrefslogtreecommitdiff
path: root/coverage/htmlfiles/pyfile.html
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-02-03 06:50:09 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-02-03 06:50:09 -0500
commit41bff023af65451c4479e7a661fb571c028fd516 (patch)
treed2aa8152d6f15aa496242d4a4182caa742757970 /coverage/htmlfiles/pyfile.html
parent51b6d237bbaf7fe19c073d80277b6b34187cca3e (diff)
downloadpython-coveragepy-git-41bff023af65451c4479e7a661fb571c028fd516.tar.gz
A way to show much longer explanations about lines in the HTML report.
Diffstat (limited to 'coverage/htmlfiles/pyfile.html')
-rw-r--r--coverage/htmlfiles/pyfile.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/htmlfiles/pyfile.html b/coverage/htmlfiles/pyfile.html
index ad7969db..fb8e131e 100644
--- a/coverage/htmlfiles/pyfile.html
+++ b/coverage/htmlfiles/pyfile.html
@@ -77,7 +77,7 @@
</td>
<td class="text">
{% for line in lines %}
- <p id="t{{line.number}}" class="{{line.class}}">{% if line.annotate %}<span class="annotate" title="{{line.annotate_title}}">{{line.annotate}}</span>{% endif %}{{line.html}}<span class="strut">&nbsp;</span></p>
+ <p id="t{{line.number}}" class="{{line.class}}">{% if line.annotate %}<span class="annotate short">{{line.annotate}}</span><span class="annotate long">{{line.annotate_long}}</span>{% endif %}{{line.html}}<span class="strut">&nbsp;</span></p>
{% endfor %}
</td>
</tr>