Searched defs:fuzzResult (Results 1 – 2 of 2) sorted by relevance
518 type fuzzResult struct { struct520 entry CorpusEntry523 crasherMsg string527 canMinimize bool530 coverageData []byte534 limit int64537 count int64540 totalDuration time.Duration543 entryDuration time.Duration
426 type fuzzResult struct { struct427 N int // The number of iterations.428 T time.Duration // The total time taken.429 Error error // Error is the error from the failing input432 func (r fuzzResult) String() string {