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

Code-Vedas / mutils / 7095795924

05 Dec 2023 03:27AM CUT coverage: 100.0%. Remained the same
7095795924

push

github

web-flow
build(deps): bump json from 2.6.3 to 2.7.0 (#268)

Bumps [json](https://github.com/flori/json) from 2.6.3 to 2.7.0.
- [Release notes](https://github.com/flori/json/releases)
- [Changelog](https://github.com/flori/json/blob/master/CHANGES.md)
- [Commits](https://github.com/flori/json/compare/v2.6.3...v2.7.0)

---
updated-dependencies:
- dependency-name: json
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

205 of 205 relevant lines covered (100.0%)

56736.31 hits per line

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

100.0
/lib/mutils/lib/result_hash.rb
1
# frozen_string_literal: true
2

3
# module Mutils
4
module Mutils
4✔
5
  module Lib
4✔
6
    # ResultHash: Store result using this class.
7
    class ResultHash
4✔
8
      def initialize
4✔
9
        self._hash = {}
352,312✔
10
      end
11

12
      def []=(key, value)
4✔
13
        _hash[key] = value
704,812✔
14
      end
15

16
      def hash
4✔
17
        _hash
352,312✔
18
      end
19

20
      private
4✔
21

22
      attr_accessor :_hash
4✔
23
    end
24
  end
25
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