Boostport/address

View on GitHub
zone.go

Summary

Maintainability
A
35 mins
Test Coverage
B
84%

Method Territory.contains has 5 return statements (exceeds 4 allowed).
Open

func (t Territory) contains(address Address) bool {

    if t.Country != "" && address.Country != t.Country {
        return false
    }
Severity: Major
Found in zone.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status