| 62 | int value() { return value_; } |
| 63 | void set_value(int value) { value_ = value; } |
| 64 | void inc_value(void) { ++value_; } |
| 65 | |
| 66 | int bound() { return bound_; } |
| 67 | void set_bound(int bound) { bound_ = bound; } |
nothing calls this directly
no outgoing calls
no test coverage detected