catarse/catarse.js

View on GitHub
legacy/vendor/mithril-generative-trust.js

Summary

Maintainability
B
4 hrs
Test Coverage

Function htmlentities has 102 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function htmlentities(text) {
    return text
    .replace(/\"/gi, '"')
    .replace(/\'/gi, '\'')
    .replace(/\&/gi, '&')
Severity: Major
Found in legacy/vendor/mithril-generative-trust.js - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status