Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/engine/
H A Dtap_parser.cpp197 std::size_t ok_count = 0, not_ok_count = 0; in parse() local
201 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_summary
408 << ", not_ok_count=" << summary.not_ok_count(); in operator <<()
H A Dtap.cpp84 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()
H A Dtap_parser_test.cpp83 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()
H A Dtap_parser.hpp83 std::size_t not_ok_count(void) const;