function_coverage: Calculate test coverage for a specific function.
Description
Calculate test coverage for a specific function.
Usage
function_coverage(fun, code = NULL, env = NULL, enc = parent.frame())
Arguments
env
environment the function is defined in.
enc
the enclosing environment which to run the expressions.