zedseven/Romanization.NET

View on GitHub
Romanization/Internal/NumeralRenderer.cs

Summary

Maintainability
A
3 hrs
Test Coverage
A
100%

Method ToRomanNumerals has 78 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        [Pure]
        public static string ToRomanNumerals(this decimal num)
        {
            if (num < 0)
                throw new ArgumentOutOfRangeException(nameof(num), num, "Must be a non-negative value");
Severity: Major
Found in Romanization/Internal/NumeralRenderer.cs - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status