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

Code-Vedas / mutils / 12468956720

23 Dec 2024 03:14PM CUT coverage: 100.0%. Remained the same
12468956720

push

github

web-flow
build(deps): bump json from 2.8.2 to 2.9.1 (#315)

Bumps [json](https://github.com/ruby/json) from 2.8.2 to 2.9.1.
- [Release notes](https://github.com/ruby/json/releases)
- [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md)
- [Commits](https://github.com/ruby/json/compare/v2.8.2...v2.9.1)

---
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/serialization/methods/main.rb
1
# frozen_string_literal: true
2

3
# Module Mutils
4
module Mutils
4✔
5
  # Module SerializationCore
6
  module Serialization
4✔
7
    # Module Methods
8
    module Methods
4✔
9
      # Module Main
10
      module Main
4✔
11
        def name_tag(name_tag, root = nil)
4✔
12
          self.serializer_name = name_tag
8✔
13
          self.include_root = root
8✔
14
        end
15

16
        def class_exists?(class_name)
4✔
17
          klass = Mutils::Lib::Helper.instance.constantize(class_name.to_s)
24✔
18
          klass && defined?(klass) && klass.is_a?(Class)
20✔
19
        rescue StandardError
20
          false
4✔
21
        end
22
      end
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