BUTR/Bannerlord.BLSE

View on GitHub
src/Bannerlord.LauncherEx/TPac/TexturePixelData.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method ReadData has 49 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public override void ReadData(BinaryReader stream, IDictionary<object, object> userdata, int totalSize)
    {
        int array = 1, mipmap = 1;
        if (userdata.TryGetValue(KEY_ARRAY, out var arrayObj))
        {
Severity: Minor
Found in src/Bannerlord.LauncherEx/TPac/TexturePixelData.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status