Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/engine/
H A Dtap_parser.cpp246 const std::size_t not_ok_count_) : in tap_summary() argument
249 _ok_count(ok_count_), _not_ok_count(not_ok_count_) in tap_summary()
286 const std::size_t not_ok_count_) in new_results() argument
288 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()