# File lib/rcov/differential_analyzer.rb, line 29
    def install_hook
      @start_raw_data = raw_data_absolute
      Rcov::RCOV__.send(@install_hook_meth)
      @cache_state = :hooked
      @@mutex.synchronize{ self.class.hook_level += 1 }
    end