yuru-yuri/manga-py

View on GitHub
manga_py/cli/__init__.py

Summary

Maintainability
A
1 hr
Test Coverage

Consider simplifying this complex logical expression.
Open

        if not items_count \
                or self.args['no_progress'] \
                or self.args['global_progress'] \
                or self.args['quiet'] \
                or self.args['print_json'] \
Severity: Major
Found in manga_py/cli/__init__.py - About 40 mins to fix

    Consider simplifying this complex logical expression.
    Open

            if not items_count \
                    or self.args['no_progress'] \
                    or not self.args['global_progress'] \
                    or self.args['quiet'] \
                    or self.args['print_json'] \
    Severity: Major
    Found in manga_py/cli/__init__.py - About 40 mins to fix

      There are no issues that match your filters.

      Category
      Status