SysMO-DB/seek

View on GitHub
app/assets/javascripts/isa_graph.js

Summary

Maintainability
A
1 hr
Test Coverage

Function animateNode has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function animateNode(node){
    var nodes = cy.$('node');
    var edges = cy.$('edge');

    //first normalizing all nodes and fading all nodes and edges
Severity: Minor
Found in app/assets/javascripts/isa_graph.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status