Searched refs:not_ok_count (Results 1 – 4 of 4) sorted by relevance
197 std::size_t ok_count = 0, not_ok_count = 0; in parse() local201 if (try_parse_result(line, ok_count, not_ok_count, bailed_out)) in parse()219 const std::size_t actual_count = ok_count + not_ok_count; in parse()225 not_ok_count); in parse()352 engine::tap_summary::not_ok_count(void) const in not_ok_count() function in engine::tap_summary408 << ", not_ok_count=" << summary.not_ok_count(); in operator <<()
84 if (summary.not_ok_count() == 0) { in tap_to_result()94 const std::size_t total = summary.ok_count() + summary.not_ok_count(); in tap_to_result()97 summary.not_ok_count() % total); in tap_to_result()
83 ATF_REQUIRE_EQ(2, summary.not_ok_count()); in ATF_TEST_CASE_BODY()135 results_1.not_ok_count()); in ATF_TEST_CASE_BODY()143 results_1.not_ok_count(), in ATF_TEST_CASE_BODY()
83 std::size_t not_ok_count(void) const;