Module: Cucover::LazyFeature

Defined in:
lib/cucover.rb

Instance Method Summary collapse

Instance Method Details

#accept(visitor) ⇒ Object



67
68
69
70
71
72
73
74
# File 'lib/cucover.rb', line 67

def accept(visitor)
  return unless dirty?
  Cucover.additional_covered_files.clear
  analyzer.run_hooked do
    super
  end
  source_files_cache.save analyzed_files
end