Searched refs:n_checked (Results 1 – 4 of 4) sorted by relevance
73 percent_passed (ts), ts->n_checked, ts->n_failed, ts->n_errors); in sr_stat_str()131 else if (t->n_checked == 0) in percent_passed()134 return (int) ((float) (t->n_checked - (t->n_failed + t->n_errors)) / in percent_passed()135 (float) t->n_checked * 100); in percent_passed()
73 int n_checked; member
407 sr->stats->n_checked = sr->stats->n_failed = sr->stats->n_errors = 0; in srunner_create()471 return sr->stats->n_checked; in srunner_ntests_run()
264 sr->stats->n_checked++; /* count checks during setup, test, and teardown */ in srunner_add_failure()