Searched refs:tests_total (Results 1 – 1 of 1) sorted by relevance
1990 unsigned int tests_total; in munit_suite_main_custom() local2187 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()