superdesk/superdesk-client-core

View on GitHub
scripts/apps/profiling/controllers/ProfilingController.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function ProfilingController has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function ProfilingController($scope, api) {
    $scope.profiling_data = [];
    $scope.current_profile = null;
    $scope.profiles = ['rest', 'publish:enqueue', 'publish:transmit'];
    $scope.profile_names = {
Severity: Minor
Found in scripts/apps/profiling/controllers/ProfilingController.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status