soumya92/barista

View on GitHub
testing/pango/pango.go

Summary

Maintainability
A
50 mins
Test Coverage
A
100%

Function equalMarkup has 8 return statements (exceeds 4 allowed).
Open

func equalMarkup(a, b *html.Node) bool {
    if a == nil && b == nil {
        return true
    }
    if a == nil || b == nil {
Severity: Major
Found in testing/pango/pango.go - About 50 mins to fix

    There are no issues that match your filters.

    Category
    Status