Node Summary

{% for date_s in dates %}{% endfor %} {% for date_s in dates %} {% if (data[date_s]['nodes']|length) > 0 %} {% else %} {% endif %} {% endfor %} {% for stat in ['with_no_report', 'with_no_successful_runs', 'with_50+%_failed', 'with_too_few_runs', 'with_skips', 'with_changes'] %} {% for date_s in dates %} {% endfor %} {% endfor %}
 {{ date_s }}
Count{{ data[date_s]['nodes']|length }} 
{{ stat|reportmetricname }} {% if 'aggregate' in data[date_s] and 'nodes' in data[date_s]['aggregate'] and stat in data[date_s]['aggregate']['nodes'] %} {{ data[date_s]['aggregate']['nodes'][stat]|reportmetricformat }} {% if (data[date_s]['nodes']|length) > 0 %} {{ '({0:.0%})'.format(data[date_s]['aggregate']['nodes'][stat]/(data[date_s]['nodes']|length)) }} {% endif %} {% else %}   {% endif %}