# File lib/rcov.rb, line 397
  def run_hooked
    install_hook
    yield
  ensure
    remove_hook
  end