Searched refs:_not_ok_count (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/kyua/engine/
H A Dtap_parser.hpp65 std::size_t _not_ok_count; member in class:engine::tap_summary
H A Dtap_parser.cpp249 _ok_count(ok_count_), _not_ok_count(not_ok_count_)
356 return _not_ok_count;
372 _not_ok_count == other._not_ok_count);

Completed in 103 milliseconds