Compute the number of tests performed
Usage
# S3 method for class 'cbtf'
length(x)
Examples
res <- fuzz(funs = c("list", "matrix", "mean"),
what = test_inputs(c("numeric", "raw")))
#> ℹ Fuzzing 3 functions on 8 inputs
#> ℹ Functions will be searched in the global namespace as 'package' was not specified
length(res)
#> [1] 24