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