redjazz96/liquidscript

View on GitHub
lib/liquidscript/compiler/icr/classes.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method compile_class has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        def compile_class
          delegate_if_class do
            shift :class
            name    = shift :identifier
            inherit = nil
Severity: Minor
Found in lib/liquidscript/compiler/icr/classes.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status