Sha256: 9994054c773aee00c7a86d6f8ef818ed00e5ec2cb74543b2beac2b0ead524eea

Contents?: true

Size: 148 Bytes

Versions: 98

Compression:

Stored size: 148 Bytes

Contents

# Foo class
class Foo
  def initialize
    @foo = 'baz'
  end

  def bar
    @foo
  end

  #:nocov:
  def skipped
    @foo * 2
  end
  #:nocov:
end

Version data entries

98 entries across 90 versions & 12 rubygems

Version Path
coverband-4.2.7 test/fixtures/sample.rb
coverband-4.2.7.rc.1 test/fixtures/sample.rb
coverband-4.2.6 test/fixtures/sample.rb
coverband-4.2.5 test/fixtures/sample.rb
coverband-4.2.5.rc.2 test/fixtures/sample.rb
coverband-4.2.5.rc.1 test/fixtures/sample.rb
coverband-4.2.4 test/fixtures/sample.rb
coverband-4.2.4.rc.3 test/fixtures/sample.rb
coverband-4.2.4.rc.2 test/fixtures/sample.rb
coverband-4.2.4.rc.1 test/fixtures/sample.rb
coverband-4.2.3 test/fixtures/sample.rb
coverband-4.2.3.rc.2 test/fixtures/sample.rb
coverband-4.2.3.rc.1 test/fixtures/sample.rb
coverband-4.2.2 test/fixtures/sample.rb
coverband-4.2.2.rc.1 test/fixtures/sample.rb
coverband-4.2.1 test/fixtures/sample.rb
coverband-4.2.1.rc4 test/fixtures/sample.rb
coverband-4.2.1.rc3 test/fixtures/sample.rb
coverband-4.2.1.rc2 test/fixtures/sample.rb
coverband-4.2.1.rc1 test/fixtures/sample.rb