diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-08 20:47:11 -0500 | 
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-08 20:47:11 -0500 | 
| commit | 5676761b0d1d2d3bddb1cea6a69280f8ec7765d9 (patch) | |
| tree | d0d5bdfda92fd8a230022439fc21c1ef92efe266 /coverage/htmlfiles/pyfile.html | |
| parent | 9a751db51cbcce4ab504e9afe59a08ce0a0bd40e (diff) | |
| download | python-coveragepy-git-5676761b0d1d2d3bddb1cea6a69280f8ec7765d9.tar.gz | |
Annotations on yellow HTML lines with the line numbers not visited.
Diffstat (limited to 'coverage/htmlfiles/pyfile.html')
| -rw-r--r-- | coverage/htmlfiles/pyfile.html | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/htmlfiles/pyfile.html b/coverage/htmlfiles/pyfile.html index 8ae27eab..ca65152d 100644 --- a/coverage/htmlfiles/pyfile.html +++ b/coverage/htmlfiles/pyfile.html @@ -47,7 +47,7 @@ function toggle_lines(btn, cls) {  </td>
  <td class='text' valign='top'>
      {% for line in lines %}
 -    <p class='{{line.class}}'>{{line.html}}<span class="strut"> </span></p>
 +    <p class='{{line.class}}'>{% if line.annotate %}<span class='annotate'>{{line.annotate}}</span>{% endif %}{{line.html}}<span class='strut'> </span></p>
      {% endfor %}
  </td>
  </tr>
  | 
