github
2914 of 3300 branches covered (88.3%)
Branch coverage included in aggregate %.
28 of 76 new or added lines in 6 files covered. (36.84%)
67 existing lines in 12 files now uncovered.11439 of 13158 relevant lines covered (86.94%)
0.87 hits per line
NEW
|
<div class="card mb-3 text-bg-light"> |
× |
NEW
|
<div class="card-body"> |
× |
NEW
|
<h5 class="card-title">{{ current }}</h5> |
× |
NEW
|
{% if current.block_type == "composite" %} |
× |
NEW
|
{% for sub_block in current.sub_blocks.all %} |
× |
NEW
|
{% include "complexsignup/shift_state_block.html" with current=sub_block %} |
× |
NEW
|
{% endfor %} |
× |
NEW
|
{% else %} |
× |
NEW
|
<ul class="mb-0"> |
× |
NEW
|
{% for pos in current.positions.all %} |
× |
NEW
|
<li>{{ pos }}</li> |
× |
NEW
|
{% endfor %} |
× |
NEW
|
</ul>
|
× |
NEW
|
{% endif %} |
× |
NEW
|
</div>
|
× |
NEW
|
</div>
|
× |