| 8009 | bool Passed(bool status_ok) override; |
| 8010 | |
| 8011 | const char* statement() const { return statement_; } |
| 8012 | bool spawned() const { return spawned_; } |
| 8013 | void set_spawned(bool is_spawned) { spawned_ = is_spawned; } |
| 8014 | int status() const { return status_; } |
nothing calls this directly
no outgoing calls
no test coverage detected