Testcase/Requirement | {% for req in requirements %}{{ req.id }} | {% endfor %}Total | |
---|---|---|---|
{{ tc.id }} | {% for req in requirements %} {% if req in tc.traced_to %}x | {% else %}{% endif %} {% endfor %} | {{ tc.traced_to|length }} |
Total | {% for req in requirements %}{{ req.traced_to|length }} | {% endfor %}