meta/signature/signature.go

Summary

Maintainability
A
45 mins
Test Coverage
B
80%

Function Parse has 7 return statements (exceeds 4 allowed).
Open

func Parse(input string) (Type, error) {
    text := []byte(input)

    root, rest := typeSignature(parsec.NewScanner(text))
    if root == nil {
Severity: Major
Found in meta/signature/signature.go - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status