JensKrumsieck/ChemSharp

View on GitHub
ChemSharp.Molecules/Formats/Mol2Format.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method SetPickingIndicator has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private void SetPickingIndicator(ReadOnlySpan<char> line)
    {
        //determine whether to check for atoms or bonds
        if (line.StartsWith(AtomsBlock.AsSpan()))
        {
Severity: Minor
Found in ChemSharp.Molecules/Formats/Mol2Format.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status