scripts/parser-tests/utils/parser-test-runner.js

Summary

Maintainability
B
4 hrs
Test Coverage

Function output has 68 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  async output(summary) {
    const goodnews = [
      summary.allowed.success.length + " valid programs parsed without error",
      summary.allowed.failure.length +
        " invalid programs produced a parsing error",
Severity: Major
Found in scripts/parser-tests/utils/parser-test-runner.js - About 2 hrs to fix

    Function interpret has 46 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      interpret(results, allowlist) {
        const summary = {
          passed: true,
          allowed: {
            success: [],
    Severity: Minor
    Found in scripts/parser-tests/utils/parser-test-runner.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status