Method: UICov::CoverageData#add_screen

Defined in:
lib/uicov/coverage_data.rb

#add_screen(name) ⇒ Object



23
24
25
# File 'lib/uicov/coverage_data.rb', line 23

def add_screen(name)
  screens[name.to_sym] = ScreenInfo.new
end