# File lib/rcov/formatters/html_erb_template.rb, line 53
      def method_missing(key, *args)
        local_variables.has_key?(key) ? local_variables[key] : super
      end