efritz/go-mockgen

View on GitHub
matchers/type_support.go

Summary

Maintainability
A
35 mins
Test Coverage

Function getCallHistory has 5 return statements (exceeds 4 allowed).
Open

func getCallHistory(v interface{}) ([]callInstance, bool) {
    value := reflect.ValueOf(v)
    if !value.IsValid() {
        return nil, false
    }
Severity: Major
Found in matchers/type_support.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status