pub struct CoverageAccountingScheduler<'a, CS, I, S> where
    CS: Scheduler<I, S>,
    I: Input + HasLen,
    S: HasCorpus<I> + HasMetadata + HasRand
{ /* private fields */ }
Expand description

A minimizer scheduler using coverage accounting

Implementations

Update the Corpus score

Cull the Corpus

Creates a new CoverageAccountingScheduler that wraps a base Scheduler and has a default probability to skip non-faved Testcases of DEFAULT_SKIP_NON_FAVORED_PROB.

Creates a new CoverageAccountingScheduler that wraps a base Scheduler and has a non-default probability to skip non-faved Testcases using (skip_non_favored_prob).

Trait Implementations

Formats the value using the given formatter. Read more

Add an entry to the corpus and return its index

Replaces the testcase at the given idx

Removes an entry from the corpus, returning it if it was present.

Gets the next entry

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The Resulting TupleList, of an Prepend::prepend() call, including the prepended entry. Read more

Prepend a value to this tuple, returning a new tuple with prepended value.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.