pkg/application/call/call_graph_test.go

Summary

Maintainability
A
1 hr
Test Coverage

Function Test_ShouldBuildSuccessDataFromSourceData has 56 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func Test_ShouldBuildSuccessDataFromSourceData(t *testing.T) {
    g := NewGomegaWithT(t)

    codePath := "../../../_fixtures/grammar/java/examples/api"
    callNodes, identifiersMap, identifiers := testhelper.BuildAnalysisDeps(codePath)
Severity: Minor
Found in pkg/application/call/call_graph_test.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status