Sha256: 4a055f0f1cb8746facd982d4f95f01efb472c5fb019fb2c78cc7bd43297c5797
Contents?: true
Size: 228 Bytes
Versions: 2
Compression:
Stored size: 228 Bytes
Contents
# class Hoge # # sample fixture class Hoge def initialize(foo) @foo = foo end def bar @a = 0.9 > 0.5 ? 'foo' : 'not foo' @a = 'bar' end def uncovered @a = 'baz' end end Hoge.new(1) Hoge.new(2).bar
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
op_connect-0.1.2 | vendor/bundle/ruby/3.1.0/gems/simplecov-lcov-0.8.0/spec/fixtures/hoge.rb |
simplecov-lcov-0.8.0 | spec/fixtures/hoge.rb |