luke-j/switch

View on GitHub
test/lib/syntax/ApacheSyntax.js

Summary

Maintainability
A
1 hr
Test Coverage

Function checkValidity has 44 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        function checkValidity(expression) {
            switch (expression.type) {
                case 'AssignmentExpression':
                    expect(expression.left).to.exist;
                    expect(expression.right).to.exist;
Severity: Minor
Found in test/lib/syntax/ApacheSyntax.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status