| Lines | {{n_lin}} |
| Statements | {{n_stm}} |
| Excluded | {{n_exc}} |
| Missing | {{n_mis}} |
Coverage for {{cu.filename|escape}}: {{pc_cov|format_pct}}%
| Lines | {{n_lin}} |
| Statements | {{n_stm}} |
| Excluded | {{n_exc}} |
| Missing | {{n_mis}} |
Coverage for {{cu.filename|escape}}: {{pc_cov|format_pct}}%
|
{% for line in lines %}
{{line.number}} {% endfor %} |
{% for line in lines %}
{{line.text.rstrip|escape|not_empty}} {% endfor %} |