NLeSC/ahn-pointcloud-viewer

View on GitHub
app/scripts/extract/extraction.controller.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function ExtractionController has 47 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  function ExtractionController(ExtractionSelectionService, pattyConf, Messagebus, $http, toastr) {
    this.selection = ExtractionSelectionService;
    this.email = '';
    this.size = {
      coverage: 1,
Severity: Minor
Found in app/scripts/extract/extraction.controller.js - About 1 hr to fix

    Function ExtractionController has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

      function ExtractionController(ExtractionSelectionService, pattyConf, Messagebus, $http, toastr) {
    Severity: Minor
    Found in app/scripts/extract/extraction.controller.js - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status