openxml/openxml-pptx

View on GitHub
lib/openxml/pptx/parts/theme.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method office_theme has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        def self.office_theme
          new.tap do |theme|
            theme.theme_name = "Office Theme"
            theme.theme_elements.color_scheme.tap do |scheme|
              scheme.scheme_name = "Office"
Severity: Minor
Found in lib/openxml/pptx/parts/theme.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status