exiguus/js.npm.babel.jquery.env

View on GitHub
src/js/jquery.mail.deobfuscate.js

Summary

Maintainability
A
0 mins
Test Coverage

Function mailDeobfuscate has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

  $.fn.mailDeobfuscate = function() {
    return this.not('[data-deobfuscate="done"]').each(function(index, value) {
      var object = $(value); // eslint-disable-line no-var
      var href = object.attr('href'); // eslint-disable-line no-var
      var title = object.attr('title'); // eslint-disable-line no-var
Severity: Minor
Found in src/js/jquery.mail.deobfuscate.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status