Lines Matching defs:count
764 bool count; // if only the count of matching tests is to be retrieved
3760 if(s->subcasesPassed.count(s->subcasesStack) != 0) {
5052 } else if(opt.count || opt.list_test_cases) {
5640 s << " -" DOCTEST_OPTIONS_PREFIX_DISPLAY "c, --" DOCTEST_OPTIONS_PREFIX_DISPLAY "count "
5741 if(opt.count || opt.list_test_cases) {
5766 } else if(opt.count || opt.list_test_cases) {
6213 p->count = false;
6229 if(parseFlag(argc, argv, DOCTEST_CONFIG_OPTIONS_PREFIX "count") ||
6231 p->count = true;
6388 bool query_mode = p->count || p->list_test_cases || p->list_test_suites;
6394 // invoke the registered functions if they match the filter criteria (or just count them)
6429 // do not execute the test if we are to only count the number of filter passing tests
6430 if(p->count)
6441 if((testSuitesPassingFilt.count(tc.m_test_suite) == 0) && tc.m_test_suite[0] != '\0') {