woocommerce/woocommerce

View on GitHub

Showing 3,141 of 4,341 total issues

Avoid too many return statements within this method.
Open

            return $prepared_review;

    Avoid too many return statements within this method.
    Open

                    return new WP_Error( 'woocommerce_rest_review_failed_edit', __( 'Updating review status failed.', 'woocommerce' ), array( 'status' => 500 ) );

      Avoid too many return statements within this method.
      Open

                  return $fields_update;

        Avoid too many return statements within this method.
        Open

                        return new WP_Error( 'woocommerce_rest_' . $error_code, __( 'Product review field exceeds maximum length allowed.', 'woocommerce' ), array( 'status' => 400 ) );

          Avoid too many return statements within this method.
          Open

                  return $response;
          Severity: Major
          Found in includes/rest-api/Controllers/Version3/class-wc-rest-crud-controller.php - About 30 mins to fix

            Function setupTimingPattern has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
            Open

                setupTimingPattern : function() {
            
                    for (var r = 8; r < this.moduleCount - 8; r++) {
                        if (this.modules[r][6] != null) {
                            continue;
            Severity: Minor
            Found in assets/js/jquery-qrcode/jquery.qrcode.js - About 25 mins to fix

            Cognitive Complexity

            Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

            A method's cognitive complexity is based on a few simple rules:

            • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
            • Code is considered more complex for each "break in the linear flow of the code"
            • Code is considered more complex when "flow breaking structures are nested"

            Further reading

            Function createMovieClip has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
            Open

                createMovieClip : function(target_mc, instance_name, depth) {
            
                    var qr_mc = target_mc.createEmptyMovieClip(instance_name, depth);
                    var cs = 1;
            
            
            Severity: Minor
            Found in assets/js/jquery-qrcode/jquery.qrcode.js - About 25 mins to fix

            Cognitive Complexity

            Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

            A method's cognitive complexity is based on a few simple rules:

            • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
            • Code is considered more complex for each "break in the linear flow of the code"
            • Code is considered more complex when "flow breaking structures are nested"

            Further reading

            Function finish_installation has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
            Open

                private static function finish_installation() {
                    $state = self::get_state();
                    if ( empty( $state['steps'] ) ) {
                        return;
                    }
            Severity: Minor
            Found in includes/wccom-site/class-wc-wccom-site-installer.php - About 25 mins to fix

            Cognitive Complexity

            Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

            A method's cognitive complexity is based on a few simple rules:

            • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
            • Code is considered more complex for each "break in the linear flow of the code"
            • Code is considered more complex when "flow breaking structures are nested"

            Further reading

            Function __construct has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
            Open

                public function __construct() {
                    $this->id                = 'paypal';
                    $this->has_fields        = false;
                    $this->order_button_text = __( 'Proceed to PayPal', 'woocommerce' );
                    $this->method_title      = __( 'PayPal Standard', 'woocommerce' );
            Severity: Minor
            Found in includes/gateways/paypal/class-wc-gateway-paypal.php - About 25 mins to fix

            Cognitive Complexity

            Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

            A method's cognitive complexity is based on a few simple rules:

            • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
            • Code is considered more complex for each "break in the linear flow of the code"
            • Code is considered more complex when "flow breaking structures are nested"

            Further reading

            Function unforce_https_template_redirect has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
            Open

                public static function unforce_https_template_redirect() {
                    if ( function_exists( 'is_customize_preview' ) && is_customize_preview() ) {
                        return;
                    }
            
            
            Severity: Minor
            Found in includes/class-wc-https.php - About 25 mins to fix

            Cognitive Complexity

            Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

            A method's cognitive complexity is based on a few simple rules:

            • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
            • Code is considered more complex for each "break in the linear flow of the code"
            • Code is considered more complex when "flow breaking structures are nested"

            Further reading

            Function force_https_template_redirect has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
            Open

                public static function force_https_template_redirect() {
                    if ( ! is_ssl() && ( is_checkout() || is_account_page() || apply_filters( 'woocommerce_force_ssl_checkout', false ) ) ) {
            
                        if ( 0 === strpos( $_SERVER['REQUEST_URI'], 'http' ) ) {
                            wp_safe_redirect( preg_replace( '|^http://|', 'https://', $_SERVER['REQUEST_URI'] ) );
            Severity: Minor
            Found in includes/class-wc-https.php - About 25 mins to fix

            Cognitive Complexity

            Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

            A method's cognitive complexity is based on a few simple rules:

            • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
            • Code is considered more complex for each "break in the linear flow of the code"
            • Code is considered more complex when "flow breaking structures are nested"

            Further reading

            Function get_paypal_order has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
            Open

                protected function get_paypal_order( $raw_custom ) {
                    // We have the data in the correct format, so get the order.
                    $custom = json_decode( $raw_custom );
                    if ( $custom && is_object( $custom ) ) {
                        $order_id  = $custom->order_id;
            Severity: Minor
            Found in includes/gateways/paypal/includes/class-wc-gateway-paypal-response.php - About 25 mins to fix

            Cognitive Complexity

            Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

            A method's cognitive complexity is based on a few simple rules:

            • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
            • Code is considered more complex for each "break in the linear flow of the code"
            • Code is considered more complex when "flow breaking structures are nested"

            Further reading

            Function init has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
            Open

                public static function init() {
                    if ( 'yes' === get_option( 'woocommerce_force_ssl_checkout' ) && ! is_admin() ) {
                        // HTTPS urls with SSL on
                        $filters = array(
                            'post_thumbnail_html',
            Severity: Minor
            Found in includes/class-wc-https.php - About 25 mins to fix

            Cognitive Complexity

            Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

            A method's cognitive complexity is based on a few simple rules:

            • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
            • Code is considered more complex for each "break in the linear flow of the code"
            • Code is considered more complex when "flow breaking structures are nested"

            Further reading

            Function limit_length has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
            Open

                protected function limit_length( $string, $limit = 127 ) {
                    $str_limit = $limit - 3;
                    if ( function_exists( 'mb_strimwidth' ) ) {
                        if ( mb_strlen( $string ) > $limit ) {
                            $string = mb_strimwidth( $string, 0, $str_limit ) . '...';
            Severity: Minor
            Found in includes/gateways/paypal/includes/class-wc-gateway-paypal-request.php - About 25 mins to fix

            Cognitive Complexity

            Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

            A method's cognitive complexity is based on a few simple rules:

            • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
            • Code is considered more complex for each "break in the linear flow of the code"
            • Code is considered more complex when "flow breaking structures are nested"

            Further reading

            Function get_coupons_from_cart has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
            Open

                protected function get_coupons_from_cart() {
                    $this->coupons = $this->cart->get_coupons();
            
                    foreach ( $this->coupons as $coupon ) {
                        switch ( $coupon->get_discount_type() ) {
            Severity: Minor
            Found in includes/class-wc-cart-totals.php - About 25 mins to fix

            Cognitive Complexity

            Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

            A method's cognitive complexity is based on a few simple rules:

            • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
            • Code is considered more complex for each "break in the linear flow of the code"
            • Code is considered more complex when "flow breaking structures are nested"

            Further reading

            Function get_items_query_order has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
            Open

                protected function get_items_query_order() {
                    $valid_orders = array( 'level', 'source', 'timestamp' );
                    if ( ! empty( $_REQUEST['orderby'] ) && in_array( $_REQUEST['orderby'], $valid_orders ) ) {
                        $by = wc_clean( $_REQUEST['orderby'] );
                    } else {
            Severity: Minor
            Found in includes/admin/class-wc-admin-log-table-list.php - About 25 mins to fix

            Cognitive Complexity

            Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

            A method's cognitive complexity is based on a few simple rules:

            • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
            • Code is considered more complex for each "break in the linear flow of the code"
            • Code is considered more complex when "flow breaking structures are nested"

            Further reading

            Function wc_format_stock_for_display has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
            Open

            function wc_format_stock_for_display( $product ) {
                $display      = __( 'In stock', 'woocommerce' );
                $stock_amount = $product->get_stock_quantity();
            
                switch ( get_option( 'woocommerce_stock_format' ) ) {
            Severity: Minor
            Found in includes/wc-formatting-functions.php - About 25 mins to fix

            Cognitive Complexity

            Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

            A method's cognitive complexity is based on a few simple rules:

            • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
            • Code is considered more complex for each "break in the linear flow of the code"
            • Code is considered more complex when "flow breaking structures are nested"

            Further reading

            Function get_total_tax_refunded_by_rate_id has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
            Open

                public function get_total_tax_refunded_by_rate_id( $rate_id ) {
                    $total = 0;
                    foreach ( $this->get_refunds() as $refund ) {
                        foreach ( $refund->get_items( 'tax' ) as $refunded_item ) {
                            if ( absint( $refunded_item->get_rate_id() ) === $rate_id ) {
            Severity: Minor
            Found in includes/class-wc-order.php - About 25 mins to fix

            Cognitive Complexity

            Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

            A method's cognitive complexity is based on a few simple rules:

            • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
            • Code is considered more complex for each "break in the linear flow of the code"
            • Code is considered more complex when "flow breaking structures are nested"

            Further reading

            Function get_product_id has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
            Open

                private function get_product_id( $product ) {
                    global $post;
            
                    if ( false === $product && isset( $post, $post->ID ) && 'product' === get_post_type( $post->ID ) ) {
                        return absint( $post->ID );
            Severity: Minor
            Found in includes/class-wc-product-factory.php - About 25 mins to fix

            Cognitive Complexity

            Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

            A method's cognitive complexity is based on a few simple rules:

            • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
            • Code is considered more complex for each "break in the linear flow of the code"
            • Code is considered more complex when "flow breaking structures are nested"

            Further reading

            Function get_total_refunded_for_item has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
            Open

                public function get_total_refunded_for_item( $item_id, $item_type = 'line_item' ) {
                    $total = 0;
                    foreach ( $this->get_refunds() as $refund ) {
                        foreach ( $refund->get_items( $item_type ) as $refunded_item ) {
                            if ( absint( $refunded_item->get_meta( '_refunded_item_id' ) ) === $item_id ) {
            Severity: Minor
            Found in includes/class-wc-order.php - About 25 mins to fix

            Cognitive Complexity

            Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

            A method's cognitive complexity is based on a few simple rules:

            • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
            • Code is considered more complex for each "break in the linear flow of the code"
            • Code is considered more complex when "flow breaking structures are nested"

            Further reading

            Severity
            Category
            Status
            Source
            Language