Home
last modified time | relevance | path

Searched refs:tests_total (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/unit/
H A Dmunit.c1990 unsigned int tests_total; in munit_suite_main_custom() local
2187 tests_total = tests_run + runner.report.skipped; in munit_suite_main_custom()
2197 (((double)runner.report.skipped) / ((double)tests_total)) * 100.0); in munit_suite_main_custom()