| 86 | bool GetCouldNotBeCreated() const { return this->NeedToBeCreated != this->Created; } |
| 87 | |
| 88 | bool GetCouldNotBeModified() const { return this->NeedToBeModified != this->Modified; } |
| 89 | |
| 90 | bool GetHadIssues() const |
| 91 | { |
no outgoing calls
no test coverage detected