Showing 552 of 784 total issues
Function getResults
has 154 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
getResults: function(w, S) {
var O, L, J, u, t, H, T, G, F, x, v, r, W, Q, I, s, E, D, y, A, N, K, B, z = / <button [\s\S]+<\/button>/,
q = YSLOW.util,
C = q.isArray,
V = {},
Function init
has 129 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
Plugin.prototype.init = function () {
var userOpts = this.settings;
/**
Function init
has 129 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
Plugin.prototype.init = function () {
var userOpts = this.settings;
/**
Function Callbacks
has 128 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
jQuery.Callbacks = function( options ) {
// Convert options from String-formatted to Object-formatted if needed
// (we check in cache first)
options = typeof options === "string" ?
Function Callbacks
has 128 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
jQuery.Callbacks = function( options ) {
// Convert options from String-formatted to Object-formatted if needed
// (we check in cache first)
options = typeof options === "string" ?
Consider simplifying this complex logical expression. Open
Open
if ( event.pageX == null && original.clientX != null ) {
eventDoc = event.target.ownerDocument || document;
doc = eventDoc.documentElement;
body = eventDoc.body;
Consider simplifying this complex logical expression. Open
Open
if ( event.pageX == null && original.clientX != null ) {
eventDoc = event.target.ownerDocument || document;
doc = eventDoc.documentElement;
body = eventDoc.body;
File fastclick.min.js
has 366 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/**
* @preserve FastClick: polyfill to remove click delays on browsers with touch UIs.
*
* @version 0.6.9
* @codingstandard ftlabs-jsv2
File fastclick.js
has 366 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/**
* @preserve FastClick: polyfill to remove click delays on browsers with touch UIs.
*
* @version 0.6.9
* @codingstandard ftlabs-jsv2
Function _getMilestones
has 113 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
_getMilestones: function(par) {
if (par) {
var that = par.that;
var $el = that.$el;
var $elID = $el.attr('id');
Function check
has 110 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function check(url) {
var Horseman = require('node-horseman'),
horseman = new Horseman();
Function defaultPrefilter
has 105 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function defaultPrefilter( elem, props, opts ) {
/* jshint validthis: true */
var prop, value, toggle, tween, hooks, oldfire, display, checkDisplay,
anim = this,
orig = {},
Function defaultPrefilter
has 105 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function defaultPrefilter( elem, props, opts ) {
/* jshint validthis: true */
var prop, value, toggle, tween, hooks, oldfire, display, checkDisplay,
anim = this,
orig = {},
File project_detail.blade.php
has 337 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
@extends('_layouts.pages')
@section('title', 'Project Detail')
@section('main-content')
Function setAfterOnload
has 102 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
setAfterOnload: function(s, y) {
var A, F, I, x, C, q, u, v, N, z, L, t, w, r = YSLOW.util,
D = r.addEventListener,
E = r.removeEventListener,
K = setTimeout,
Function lint
has 98 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
lint: function(Q, v, P) {
var I, G, u, F, w, A, M, K, N, O, t, s, J = 100,
r = [],
L = [],
z = "",
File CrawlerUrlTest.php
has 326 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
namespace SuitTests\Supports;
use GuzzleHttp\Client;
Function genComponentRow
has 92 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
genComponentRow: function(w, v, r, u) {
var s, A, t, q, z, y, x;
if (typeof r !== "string") {
r = ""
}
Function reportcardView
has 92 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
reportcardView: function(s) {
var w, H, F, E, x, r, v, L, B, I, K, J, q, u, y = '<div id="reportDiv">',
G = s.getRulesetApplied(),
A = s.getResults(),
t = s.url,
Function populateProperties
has 91 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
YSLOW.Component.prototype.populateProperties = function(A, s) {
var v, q, r, x, y, u, z, w = this,
t = null,
B = "undefined";
if (w.headers.location && A && w.headers.location !== w.url) {