| 67 | const std::set<int64>& steps() const { return steps_; } |
| 68 | bool has_code_traces() const { return has_code_traces_; } |
| 69 | double run_coverage() const { |
| 70 | return covered_nodes_.size() / (nodes_map_.size() + 1e-10); |
| 71 | } |
| 72 | |
| 73 | void BuildView(const string& cmd); |
| 74 | void BuildAllViews(); |