skywarth/LiteByteCapsule

View on GitHub
LiteByteCapsule.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method CheckSyntax has 44 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public byte[] CheckSyntax(byte[] capsule)
        {
            byte[] infactData = new byte[capsule.Length - capsulationConstants.Count];
            byte[] capsuleClone = new byte[capsule.Length];
            Array.Copy(capsule, capsuleClone, capsule.Length);
Severity: Minor
Found in LiteByteCapsule.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status