d4l3k/WebSync

View on GitHub
assets/digest/fontdetect.js

Summary

Maintainability
A
1 hr
Test Coverage

Function Detector has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

var Detector = function() {
    // a font will be compared against all the three default fonts.
    // and if it doesn't match all 3 then that font is not available.
    var baseFonts = ['monospace', 'sans-serif', 'serif'];
Severity: Minor
Found in assets/digest/fontdetect.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status