| 181 | int GetLastOrgCount() const { return last_org_count; } |
| 182 | |
| 183 | double GetDensity() const { return static_cast<double>(cur_org_count) / static_cast<double>(GetSize()); } |
| 184 | int GetNumOrgsWithOpinion() const; |
| 185 | |
| 186 | void IncOrgCount() { cur_org_count++; } |
no outgoing calls
no test coverage detected