owncloud/core

View on GitHub
lib/private/BackgroundJob/Job.php

Summary

Maintainability
A
1 hr
Test Coverage

Method execute has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function execute($jobList, ILogger $logger = null) {
        $jobList->setLastRun($this);
        try {
            //storing job start time
            $jobStartTime = \time();
Severity: Minor
Found in lib/private/BackgroundJob/Job.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status