elliotchance/gedcom

View on GitHub
number.go

Summary

Maintainability
A
1 hr
Test Coverage

Method Number.UpperRoman has 59 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func (n Number) UpperRoman() (string, error) {
    // Catch edge cases first.
    switch {
    case n == 0:
        return "N", nil
Severity: Minor
Found in number.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status