phodal/growth

View on GitHub
src/utils/HtmlHelper.js

Summary

Maintainability
F
3 days
Test Coverage

Function getHtml has 501 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  static getHtml(html) {
    if (html) {
      return (`
      <!DOCTYPE html>
      <html lang="en">
Severity: Major
Found in src/utils/HtmlHelper.js - About 2 days to fix

    File HtmlHelper.js has 506 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    class HtmlHelper {
      static getHtml(html) {
        if (html) {
          return (`
          <!DOCTYPE html>
    Severity: Major
    Found in src/utils/HtmlHelper.js - About 1 day to fix

      There are no issues that match your filters.

      Category
      Status