(e)
| 259 | } |
| 260 | |
| 261 | fail (e) { |
| 262 | this.error = 'Failed due to infinite loop.' |
| 263 | this.state = 'error' |
| 264 | this.reportResults() |
| 265 | this.scheduleCleanup() |
| 266 | } |
| 267 | |
| 268 | scheduleCleanup () { |
| 269 | if (!this.checkClampedProperties) { |
no test coverage detected