Searched refs:plan_ (Results 1 – 1 of 1) sorted by relevance
243 const tap_plan& plan_, in tap_summary() argument247 _bailed_out(bailed_out_), _plan(plan_), in tap_summary()284 engine::tap_summary::new_results(const tap_plan& plan_, 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()