eiriksm/msg2svg

View on GitHub

Showing 207 of 537 total issues

Avoid too many return statements within this function.
Open

    if (previous) return (next ? previous.next = next : delete previous.next), this;
Severity: Major
Found in out.js - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

          if (r < t0) return;
    Severity: Major
    Found in out.js - About 30 mins to fix

      Avoid too many return statements within this function.
      Open

          return true;
      Severity: Major
      Found in out.js - About 30 mins to fix

        Avoid too many return statements within this function.
        Open

              if (r < t0) return;
        Severity: Major
        Found in out.js - About 30 mins to fix

          Avoid too many return statements within this function.
          Open

              if (!dy && r < 0) return;
          Severity: Major
          Found in out.js - About 30 mins to fix

            Avoid too many return statements within this function.
            Open

                  if (r > t1) return;
            Severity: Major
            Found in out.js - About 30 mins to fix

              Avoid too many return statements within this function.
              Open

                    if (r > t1) return;
              Severity: Major
              Found in out.js - About 30 mins to fix
                Severity
                Category
                Status
                Source
                Language