| as.data.frame.fuzz_results {fuzzr} | R Documentation |
Summarize fuzz test results as a data frame
Description
Summarize fuzz test results as a data frame
Usage
## S3 method for class 'fuzz_results'
as.data.frame(x, ..., delim = "; ")
Arguments
x |
Object returned by |
... |
Additional arguments to be passed to or from methods. |
delim |
The delimiter to use for fields like |
Value
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
xfrom which the summary was produced.
[Package fuzzr version 0.2.2 Index]