class Rcov::DifferentialAnalyzer

def run_hooked

information about which code was executed.
Execute the code in the given block, monitoring it in order to gather
def run_hooked
  install_hook
  yield
ensure
  remove_hook
end