jiowchern/Regulus

View on GitHub
Regulus.Network/SegmentStream.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method Read has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public int Read(byte[] buffer, int offset, int buffer_count)
        {
            lock (_Packages)
            {
                int count = buffer_count < buffer.Length ? buffer_count : buffer.Length;
Severity: Minor
Found in Regulus.Network/SegmentStream.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status