class SimpleCov::SourceFile

def no_cov_chunks

no_cov_chunks is zero indexed to work directly with the array holding the lines
def no_cov_chunks
  @no_cov_chunks ||= build_no_cov_chunks
end