{% if rows | length > 0 %} {% for row in rows %} {% if row['diff_count'] > -1 %} {% else %} {% endif %} {% if row['input_percentage'] > -1 %} {% else %} {% endif %} {% if row['output_percentage'] > -1 %} {% else %} {% endif %} {% if row['diff_percentage'] > -1 %} {% else %} {% endif %} {% endfor %} {% else %} {% endif %}
Metric Count Ratio
Input Output Diff Input Output Diff
{{ row['metric'] }} {{ row['input_count'] }} {{ row['output_count'] }}{{ row['diff_count'] }}{{ row['input_percentage'] }}%{{ row['output_percentage'] }}%{{ row['diff_percentage'] }}%
No values found.