(self, error)
| 223 | return trace.name in self.traces and self.traces[trace.name]['stddev'] != '' |
| 224 | |
| 225 | def AddError(self, error): |
| 226 | self.errors.append(error) |
| 227 | |
| 228 | def AddRunnableDuration(self, runnable, duration): |
| 229 | """Records a duration of a specific run of the runnable.""" |
no test coverage detected