gregoryv/draw

View on GitHub
design/seqdia.go

Summary

Maintainability
A
3 hrs
Test Coverage

Method SequenceDiagram.WriteSVG has 104 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func (d *SequenceDiagram) WriteSVG(w io.Writer) error {
    var (
        colWidth = d.ColWidth

        top = d.top()
Severity: Major
Found in design/seqdia.go - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status