bkdotcom/PHPDebugConsole

View on GitHub
src/Debug/Plugin/Method/Time.php

Summary

Maintainability
A
2 hrs
Test Coverage
A
100%

Method timeLogEntry has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function timeLogEntry($method, array $args)
    {
        $logEntry = new LogEntry(
            $this->debug,
            $method,
Severity: Minor
Found in src/Debug/Plugin/Method/Time.php - About 1 hr to fix

    Method timeLog has 26 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        public function timeLog($label = null, $args = null)
        {
            $logEntry = new LogEntry(
                $this->debug,
                __FUNCTION__,
    Severity: Minor
    Found in src/Debug/Plugin/Method/Time.php - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status