yast/yast-yast2

View on GitHub
library/systemd/src/lib/yast2/systemd/unit_properties.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method initialize has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      def initialize(systemd_unit, property_text)
        super()
        self[:systemd_unit] = systemd_unit
        if property_text.nil?
          raw_output   = load_systemd_properties
Severity: Minor
Found in library/systemd/src/lib/yast2/systemd/unit_properties.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status