stevenocchipinti/dwi-visualiser

View on GitHub
public/application.js

Summary

Maintainability
A
1 hr
Test Coverage

Function drawGraph has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  function drawGraph(lenses) {
    data = [];
    min_focal_length = parseInt(lenses[0]['plot'][0]);
    max_focal_length = min_focal_length

Severity: Minor
Found in public/application.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status