Sha256: cee854efc17822b00a3f101f7485eb936fef5944465dda086bba1e6bf99fe2bc

Contents?: true

Size: 148 Bytes

Versions: 89

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

89 entries across 89 versions & 15 rubygems

Version Path
coverband-6.0.2 test/fixtures/sample.rb
coverband-6.0.1 test/fixtures/sample.rb
coverband-6.0.1.rc.1 test/fixtures/sample.rb
coverband-6.0.0 test/fixtures/sample.rb
coverband-5.2.6.rc.6 test/fixtures/sample.rb
coverband-5.2.3.2 test/fixtures/sample.rb
coverband-5.2.6.rc.5 test/fixtures/sample.rb
coverband-5.2.3.1 test/fixtures/sample.rb
coverband-5.2.6.rc.4 test/fixtures/sample.rb
coverband-5.2.6.rc.3 test/fixtures/sample.rb
coverband-5.2.6.rc.2 test/fixtures/sample.rb
coverband-5.2.6.rc.1 test/fixtures/sample.rb
coverband-5.2.5 test/fixtures/sample.rb
coverband-5.2.5.rc.3 test/fixtures/sample.rb
coverband-5.2.5.rc.2 test/fixtures/sample.rb
coverband-5.2.5.rc.1 test/fixtures/sample.rb
coverband-5.2.4 test/fixtures/sample.rb
coverband-5.2.3 test/fixtures/sample.rb
coverband-5.2.2 test/fixtures/sample.rb
coverband-5.2.1 test/fixtures/sample.rb