Sha256: 7ba25d8b5fb34fe827c853f7e9f48a4cb0d9a58ae1574c961943950539c4c012
Contents?: true
Size: 246 Bytes
Versions: 11
Compression:
Stored size: 246 Bytes
Contents
module NCover class SummaryReport attr_accessor :output_path def initialize @report_format = :Xml super() end def report_type :Summary end def report_format :Html end end end
Version data entries
11 entries across 11 versions & 1 rubygems