bbc/unicode-bidirectional

View on GitHub
src/paragraph/levelRuns.js

Summary

Maintainability
A
1 hr
Test Coverage

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

function levelRuns(codepoints, bidiTypes, paragraphLevel = 0) {
  const rules = [
    rle,   // X2.
    lre,   // X3.
    rlo,   // X4.
Severity: Minor
Found in src/paragraph/levelRuns.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status