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

Code-Vedas / mutils / 8609270800

09 Apr 2024 02:03AM CUT coverage: 100.0%. Remained the same
8609270800

push

github

web-flow
build(deps): bump rake from 13.2.0 to 13.2.1 (#281)

Bumps [rake](https://github.com/ruby/rake) from 13.2.0 to 13.2.1.
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](https://github.com/ruby/rake/compare/v13.2.0...v13.2.1)

---
updated-dependencies:
- dependency-name: rake
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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