Searched refs:not_ok_count_ (Results 1 – 1 of 1) sorted by relevance
246 const std::size_t not_ok_count_) : in tap_summary() argument249 _ok_count(ok_count_), _not_ok_count(not_ok_count_) in tap_summary()286 const std::size_t not_ok_count_) in new_results() argument288 PRE((plan_.second - plan_.first + 1) == (ok_count_ + not_ok_count_)); in new_results()289 return tap_summary(false, plan_, "", ok_count_, not_ok_count_); in new_results()