just-paja/radio-drama-queen

View on GitHub
src/components/HighlightText.jsx

Summary

Maintainability
A
1 hr
Test Coverage

Function getFrags has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function getFrags (text, searchFragments) {
  const lowerCaseText = text.toLowerCase()
  return searchFragments
    .reduce((acc, fragText) => {
      const results = []
Severity: Minor
Found in src/components/HighlightText.jsx - About 1 hr to fix

    Avoid too many return statements within this function.
    Open

          return [...acc, frag]
    Severity: Major
    Found in src/components/HighlightText.jsx - About 30 mins to fix

      There are no issues that match your filters.

      Category
      Status