Showing 552 of 784 total issues
Function view
has 90 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
YSLOW.view = function(r, w) {
var u, t, v, q, s;
this.panel_doc = r.document;
this.buttonViews = {};
this.curButtonId = "";
Function format
has 90 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
sprintf.format = function(parse_tree, argv) {
var cursor = 1, tree_length = parse_tree.length, node_type = "", arg, output = [], i, k, match, pad, pad_character, pad_length, is_positive = true, sign = ""
for (i = 0; i < tree_length; i++) {
node_type = get_type(parse_tree[i])
if (node_type === "string") {
Function format
has 90 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
sprintf.format = function(parse_tree, argv) {
var cursor = 1, tree_length = parse_tree.length, node_type = "", arg, output = [], i, k, match, pad, pad_character, pad_length, is_positive = true, sign = ""
for (i = 0; i < tree_length; i++) {
node_type = get_type(parse_tree[i])
if (node_type === "string") {
Function expandCollapseComponentType
has 89 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
expandCollapseComponentType: function(K, H, u, q, s) {
var B, F, C, J, w, D, y, E, t, G, z, I, x, A, r = this.hasClassName,
v = {
expand: 0,
collapse: 0
Function check
has 89 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function check(url) {
var Horseman = require('node-horseman'),
horseman = new Horseman();
Function trigger
has 89 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
trigger: function( event, data, elem, onlyHandlers ) {
var handle, ontype, cur,
bubbleType, special, tmp, i,
eventPath = [ elem || document ],
type = hasOwn.call( event, "type" ) ? event.type : event,
Function trigger
has 89 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
trigger: function( event, data, elem, onlyHandlers ) {
var handle, ontype, cur,
bubbleType, special, tmp, i,
eventPath = [ elem || document ],
type = hasOwn.call( event, "type" ) ? event.type : event,
Function Animation
has 84 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function Animation( elem, properties, options ) {
var result,
stopped,
index = 0,
length = animationPrefilters.length,
Function Animation
has 84 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function Animation( elem, properties, options ) {
var result,
stopped,
index = 0,
length = animationPrefilters.length,
ResultReaderTest
has 28 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class ResultReaderTest extends TestCase
{
use DatabaseTransactions;
/**
Function genComponentsTable
has 82 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
genComponentsTable: function(r, C, v) {
var A, y, B, z, u = {
type: "TYPE",
size: "SIZE<br> (KB)",
gzip: "GZIP<br> (KB)",
Function lint
has 82 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
lint: function(H, s, q) {
var t, x, F, w, y, z, G, E = [],
C = [],
D = 0,
B = 0,
Function rulesetEditUpdateTab
has 79 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
rulesetEditUpdateTab: function(I, q, C, r, A) {
var s, B, F, u, z, G, D, x, t, y, H, E, v, w = q.parentNode.parentNode.parentNode;
if (w && w.id === "settingsDiv" && C.custom === true) {
s = w.firstChild;
B = s.nextSibling;
Function componentSortCallback
has 78 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
componentSortCallback: function(q, y) {
var r, t, u, w = "",
v = "",
x = YSLOW.renderer.sortBy,
s = YSLOW.renderer.sortDesc;
Function Sizzle
has 75 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function Sizzle( selector, context, results, seed ) {
var match, elem, m, nodeType,
// QSA vars
i, groups, old, nid, newContext, newSelector;
Function Sizzle
has 75 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function Sizzle( selector, context, results, seed ) {
var match, elem, m, nodeType,
// QSA vars
i, groups, old, nid, newContext, newSelector;
Inspection
has 26 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Inspection extends BaseModel
{
const STATUS_WAITING = 0;
const STATUS_ON_PROGRESS = 1;
const STATUS_COMPLETED = 2;
File CrawlerUrl.php
has 291 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
namespace Suitcoda\Supports;
use GuzzleHttp\Client;
Function initRulesetEditForm
has 74 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
initRulesetEditForm: function(I, r, D) {
var C, F, E, B, G, K, w, J, v, y, q, u, A, s = r.elements,
t = "",
z = [],
x = 0,
Function buildFragment
has 74 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
buildFragment: function( elems, context, scripts, selection ) {
var j, elem, contains,
tmp, tag, tbody, wrap,
l = elems.length,