Showing 1,049 of 26,336 total issues
Avoid deeply nested control flow statements. Open
while (next && !hs.isHsAnchor(next)) {
if ((new RegExp('highslide-' + type)).test(next.className || null)) {
if (!next.id) this.a['_' + type + 'Id'] = next.id = 'hsId' + hs.idCounter++;
this[type] = hs.getNode(next.id);
break;
Avoid deeply nested control flow statements. Open
if (!hiddenBy) els[i].style[prop] = els[i].origProp;
Avoid deeply nested control flow statements. Open
if (exp.slideshow) exp.slideshow.hitSpace();
Avoid deeply nested control flow statements. Open
if (re[0] == 'hs.expand') hs.push(images, el);
Avoid deeply nested control flow statements. Open
} else if (visibility == 'hidden') { // hide if behind
var elPos = hs.getPosition(els[i]);
elPos.w = els[i].offsetWidth;
elPos.h = els[i].offsetHeight;
Function createElement
has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring. Open
createElement: function (tag, attribs, styles, parent, nopad) {
var el = document.createElement(tag);
if (attribs) hs.extend(el, attribs);
if (nopad) hs.setStyles(el, {padding: 0, border: 'none', margin: 0});
if (styles) hs.setStyles(el, styles);
- Read upRead up
Cognitive Complexity
Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.
A method's cognitive complexity is based on a few simple rules:
- Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
- Code is considered more complex for each "break in the linear flow of the code"
- Code is considered more complex when "flow breaking structures are nested"
Further reading
Function preloadImages
has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring. Open
preloadImages: function (number) {
if (number && typeof number != 'object') hs.numberOfImagesToPreload = number;
var arr = hs.getAnchors();
for (var i = 0; i < arr.images.length && i < hs.numberOfImagesToPreload; i++) {
- Read upRead up
Cognitive Complexity
Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.
A method's cognitive complexity is based on a few simple rules:
- Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
- Code is considered more complex for each "break in the linear flow of the code"
- Code is considered more complex when "flow breaking structures are nested"
Further reading
Avoid deeply nested control flow statements. Open
if ($cal->ro_extrainfo4 !== '') {
$retList .= "<td class='$classname'>$romextrainfo4</td>";
}
Avoid deeply nested control flow statements. Open
if (hs.styleRestoreCursor && hs.dragArgs.type == 'image')
hs.dragArgs.exp.content.style.cursor = hs.styleRestoreCursor;
Avoid deeply nested control flow statements. Open
if (!hasDragged && !hs.hasFocused && !/(move|resize)/.test(hs.dragArgs.type)) {
exp.close();
}
else if (hasDragged || (!hasDragged && hs.hasHtmlExpanders)) {
hs.dragArgs.exp.doShowHide('hidden');
Avoid deeply nested control flow statements. Open
if ($cal->ro_extrainfo2 !== '') {
$retList .= "<td class='$classname'>$romextrainfo2</td>";
}
Avoid deeply nested control flow statements. Open
for ($k = 0, $kMax = count($unused); $k <= $kMax; ++$k) {
{
echo " <tr>\n";
echo ' <td class="text">' . $unused[$k] . "</td>\n";
echo " </tr>\n";
Avoid deeply nested control flow statements. Open
if ($matches[1][$k] !== '' && !isset($this->variables[$name][$matches[1][$k]])
&& !isset($this->globals[$matches[1][$k]])
) {
$unused[] = $matches[0][$k];
}
Avoid deeply nested control flow statements. Open
for ($j = 0, $jMax = count($old_vals); $j < $jMax; ++$j) {
$def_vals[$j] = $old_vals[$j];
}
Avoid deeply nested control flow statements. Open
} else if (visibility == 'hidden') { // hide if behind
var elPos = hs.getPosition(els[i]);
elPos.w = els[i].offsetWidth;
elPos.h = els[i].offsetHeight;
Avoid deeply nested control flow statements. Open
if (ie6) {
o.style.width = (overlayBox.offsetWidth + 2 * x.cb
+ x.p1 + x.p2) + 'px';
}
Function parseStandardTemplate
has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring. Open
public function parseStandardTemplate($name, $mode = 'w')
{
$name = strtoupper($name);
// get a copy of the plain content
- Read upRead up
Cognitive Complexity
Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.
A method's cognitive complexity is based on a few simple rules:
- Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
- Code is considered more complex for each "break in the linear flow of the code"
- Code is considered more complex when "flow breaking structures are nested"
Further reading
Function parseIterativeTemplate
has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring. Open
public function parseIterativeTemplate($name, $mode)
{
$name = strtoupper($name);
$temp = '';
- Read upRead up
Cognitive Complexity
Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.
A method's cognitive complexity is based on a few simple rules:
- Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
- Code is considered more complex for each "break in the linear flow of the code"
- Code is considered more complex when "flow breaking structures are nested"
Further reading
Avoid deeply nested control flow statements. Open
if (!$startmod_updated && $new_value != '--' && $config->getVar('conf_catid') == XOOPS_CONF
&& $config->getVar('conf_name') === 'startpage'
) {
$memberHandler = xoops_getHandler('member');
$groups = $memberHandler->getGroupList();
Avoid deeply nested control flow statements. Open
if (!groups[g]) groups[g] = [];