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_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.
[Package fuzzr version 0.2.2 Index]