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_input
The name of the fuzz test performed.
output
Delimited outputs to the command line from the process, if applicable.
messages
Delimited messages, if applicable.
warnings
Delimited warnings, if applicable.
errors
Error returned, if applicable.
value_classes
Delimited classes of the object returned by the function, if applicable
results_index
Index of x
from which the summary was
produced.