Summarize fuzz test results as a data frame
# S3 method for fuzz_results
as.data.frame(x, ..., delim = "; ")Object returned by fuzz_function.
Additional arguments to be passed to or from methods.
The delimiter to use for fields like messages or
warnings in which there may be multiple results.
A data frame with the following columns:
fuzz_inputThe name of the fuzz test performed.
outputDelimited outputs to the command line from the process, if applicable.
messagesDelimited messages, if applicable.
warningsDelimited warnings, if applicable.
errorsError returned, if applicable.
value_classesDelimited classes of the object returned by the function, if applicable
results_indexIndex of x from which the summary was
produced.