Sha256: 4491328c71435ec7855b0f45af3551c9bd59495572524a796648bdf9d15e823c

Contents?: true

Size: 150 Bytes

Versions: 10

Compression:

Stored size: 150 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

10 entries across 10 versions & 1 rubygems

Version Path
coverband-6.1.4 test/fixtures/sample.rb
coverband-6.1.3 test/fixtures/sample.rb
coverband-6.1.2 test/fixtures/sample.rb
coverband-6.1.2.rc.1 test/fixtures/sample.rb
coverband-6.1.1 test/fixtures/sample.rb
coverband-6.1.0 test/fixtures/sample.rb
coverband-6.0.3.rc.4 test/fixtures/sample.rb
coverband-6.0.3.rc.3 test/fixtures/sample.rb
coverband-6.0.3.rc.2 test/fixtures/sample.rb
coverband-6.0.3.rc.1 test/fixtures/sample.rb