zedseven/Romanization.NET

View on GitHub
Romanization/Languages/Greek/Ancient/GreekNumerals.cs

Summary

Maintainability
A
2 hrs
Test Coverage
A
99%

Method Process has 53 lines of code (exceeds 25 allowed). Consider refactoring.
Open

                [Pure]
                internal NumeralValue Process(string text, bool? textUsesOverbars)
                {
                    // Clean, normalize, and prepare the text
                    // TODO: This could be done much more efficiently, but this system should only ever be used for small strings so the impact shouldn't be very high
Severity: Major
Found in Romanization/Languages/Greek/Ancient/GreekNumerals.cs - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status