zedseven/Romanization.NET

View on GitHub
Romanization/Internal/DynamicReplacement.cs

Summary

Maintainability
A
1 hr
Test Coverage
B
81%

Method Generate has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public string Generate(CasingMode casingMode, IList<string> captures)
        {
            if (captures.Count != ExpectedCaptureCount)
                throw new CaptureCountMismatchException(
                    $"Number of captures provided ({captures.Count}) does not match the expected number ({ExpectedCaptureCount}).",
Severity: Minor
Found in Romanization/Internal/DynamicReplacement.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status