luke-j/switch

View on GitHub
src/compiler/ApacheCompiler.js

Summary

Maintainability
A
1 hr
Test Coverage

Function _expression has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    _expression(expression) {
        if (!expression.hasOwnProperty('type')) {
            throw new Error('Expression must have a type');
        }

Severity: Minor
Found in src/compiler/ApacheCompiler.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status