XoopsModules25x/wfdownloads

View on GitHub
brokenfile.php

Summary

Maintainability
A
40 mins
Test Coverage

Consider simplifying this complex logical expression.
Open

if (0 == $downloadObj->getVar('published') || $downloadObj->getVar('published') > time()
    || 1 === $downloadObj->getVar('offline')
    || (1 === $downloadObj->getVar('expired')
        && $downloadObj->getVar('expired') < time())
    || _WFDOWNLOADS_STATUS_WAITING == $downloadObj->getVar('status')) {
Severity: Major
Found in brokenfile.php - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status