| 63 | } |
| 64 | |
| 65 | bool |
| 66 | ConditionStatus::eval(const Resources &res) |
| 67 | { |
| 68 | Dbg(pi_dbg_ctl, "Evaluating STATUS()"); |
| 69 | return static_cast<MatcherType *>(_matcher)->test(res.resp_status, res); |
| 70 | } |
| 71 | |
| 72 | void |
| 73 | ConditionStatus::append_value(std::string &s, const Resources &res) |
no test coverage detected