CloudSlang/cs-actions

View on GitHub
cs-abbyy/src/main/java/io/cloudslang/content/abbyy/entities/others/Region.java

Summary

Maintainability
A
2 hrs
Test Coverage

Consider simplifying this complex logical expression.
Open

        if ((left > right || top > bottom) ||
                (left < 0 && left != -1) ||
                (top < 0 && top != -1) ||
                (right < 0 && right != -1) ||
                (bottom < 0 && bottom != -1)) {

    There are no issues that match your filters.

    Category
    Status