| 712 | bool error() const { return _error; } |
| 713 | bool failed() const { return _failed; } |
| 714 | bool stopped() const { return _stopped; } |
| 715 | int idle_times() const { return _idle_times; } |
| 716 | private: |
| 717 | int _expected_next_value{0}; |
no outgoing calls
no test coverage detected