{% set top = summary.top %} {% set timestamp = summary.timestamp %}
| Block | Pass | Total | % | Cov |
|---|---|---|---|---|
| {{ block_name | upper }} | {{ flow.passed }} | {{ flow.total }} | {{ "%.2f" | format(flow.percent) }} | {% if flow.coverage and flow.coverage.get('score') is not none %} {{ "%.2f" | format(flow.coverage.score) }} {% else %} - {% endif %} |