ory-am/hydra

View on GitHub
aead/aead_test.go

Summary

Maintainability
A
3 hrs
Test Coverage

Function TestAEAD has 100 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func TestAEAD(t *testing.T) {
    t.Parallel()
    for _, tc := range []struct {
        name string
        new  func(aead.Dependencies) aead.Cipher
Severity: Major
Found in aead/aead_test.go - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status