gmarokov/dotnet-trx2sonar

View on GitHub
TrxToSonar/Converter.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method Convert has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        private SonarDocument Convert(TrxDocument trxDocument, string solutionDirectory, bool useAbsolutePath, bool usePDBFile)
        {
            var sonarDocument = new SonarDocument();

            foreach (UnitTestResult trxResult in trxDocument.Results)
Severity: Minor
Found in TrxToSonar/Converter.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status