• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

sds / mock_redis / 12041746922

27 Nov 2024 01:01AM UTC coverage: 98.259% (-0.04%) from 98.3%
12041746922

Pull #311

github

web-flow
Merge 885fcb33e into 69484fe54
Pull Request #311: Add LMPOP

12 of 13 new or added lines in 1 file covered. (92.31%)

1862 of 1895 relevant lines covered (98.26%)

1625.86 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

85.71
/lib/mock_redis/undef_redis_methods.rb
1
class MockRedis
8✔
2
  module UndefRedisMethods
8✔
3
    def self.included(klass)
8✔
4
      if klass.instance_methods.map(&:to_s).include?('type')
40✔
5
        klass.send(:undef_method, 'type')
×
6
      end
7
      klass.send(:undef_method, 'exec')
40✔
8
      klass.send(:undef_method, 'select')
40✔
9
    end
10
  end
11
end
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc