| 8015 | void set_status(int a_status) { status_ = a_status; } |
| 8016 | DeathTestOutcome outcome() const { return outcome_; } |
| 8017 | void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } |
| 8018 | int read_fd() const { return read_fd_; } |
| 8019 | void set_read_fd(int fd) { read_fd_ = fd; } |
| 8020 | int write_fd() const { return write_fd_; } |
nothing calls this directly
no outgoing calls
no test coverage detected