Calculate test coverage for a specific function.
function_coverage(fun, code = NULL, env = NULL, enc = parent.frame())
fun | name of the function. |
---|---|
code | expressions to run. |
env | environment the function is defined in. |
enc | the enclosing environment which to run the expressions. |