# File lib/rcov.rb, line 21
  def initialize(coverage_array)
    @cover = coverage_array.clone
  end