Test Name | Passing | Total | Pass Rate |
---|---|---|---|
${test['name']} | ${test['passing']} | ${test['total_tests']} | ${pct_str(test['pass_rate'])} |
Total | ${passing_tests_acc} | ${total_tests_acc} | ${pct_str(pass_rate_acc)} |
Functional | Block | Branch | Statement | Expression | Toggle | FSM | Assertion |
---|---|---|---|---|---|---|---|
${pct_str(cov_summary['covergroup'])} | ${pct_str(cov_summary['block'])} | ${pct_str(cov_summary['branch'])} | ${pct_str(cov_summary['statement'])} | ${pct_str(cov_summary['expression'])} | ${pct_str(cov_summary['toggle'])} | ${pct_str(cov_summary['fsm'])} | ${pct_str(cov_summary['assertion'])} |
${gen_test_run_result_text(test)}% endif % endfor