()
| 29398 | this.value = "valid"; |
| 29399 | } |
| 29400 | dirty() { |
| 29401 | if (this.value === "valid") |
| 29402 | this.value = "dirty"; |
| 29403 | } |
| 29404 | abort() { |
| 29405 | if (this.value !== "aborted") |
| 29406 | this.value = "aborted"; |
no outgoing calls
no test coverage detected