asteris-llc/converge

View on GitHub
prettyprinters/graphviz/graphviz.go

Summary

Maintainability
A
35 mins
Test Coverage

Method Printer.DrawEdge has 5 return statements (exceeds 4 allowed).
Open

func (p *Printer) DrawEdge(g *graph.Graph, id1, id2 string) (pp.Renderable, error) {
    var srcVal, destVal interface{}

    if src, ok := g.Get(id1); ok {
        srcVal = src.Value()
Severity: Major
Found in prettyprinters/graphviz/graphviz.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status