mambax7/xnewsletter

View on GitHub
class/Common/ServerStats.php

Summary

Maintainability
A
1 hr
Test Coverage

Method getServerStats has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static function getServerStats()
    {
        $moduleDirName      = basename(dirname(dirname(__DIR__)));
        $moduleDirNameUpper = mb_strtoupper($moduleDirName);
        xoops_loadLanguage('common', $moduleDirName);
Severity: Minor
Found in class/Common/ServerStats.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status