Back to Intellij Community

Coverage for {{relative_filename

python/helpers/coveragepy_new/coverage/htmlfiles/pyfile.html

2025.3-rc-2502 B
Original Source

{% for line in lines -%} {% joined %}

{{line.number}}{{line.html}} {% if line.context_list %} {% endif %} {# Things that should float right in the line. #} {% if line.annotate %} {{line.annotate}} {{line.annotate_long}} {% endif %} {% if line.contexts %} {{ line.contexts_label }} {% endif %} {# Things that should appear below the line. #} {% if line.context_list %} {% for context in line.context_list %} {{context}} {% endfor %} {% endif %}

{% endjoined %} {% endfor %}