Showing 275 of 311 total issues
Function validate
has a Cognitive Complexity of 19 (exceeds 5 allowed). Consider refactoring. Open
public function validate( GatewayType $unused, $normalized, &$errors ) {
if (
!isset( $normalized['country'] ) ||
!isset( $normalized[self::$key] )
) {
- Read upRead up
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 setCountry
has a Cognitive Complexity of 19 (exceeds 5 allowed). Consider refactoring. Open
protected function setCountry() {
$regen = true;
$country = '';
if ( $this->isSomething( 'country' ) ) {
- Read upRead up
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
Method processDonorReturn
has 64 lines of code (exceeds 25 allowed). Consider refactoring. Open
public function processDonorReturn( $requestValues ) {
if (
empty( $requestValues['token'] )
) {
throw new ResponseProcessingException(
File minfraud.body.php
has 273 lines of code (exceeds 250 allowed). Consider refactoring. Open
<?php
/**
* Wikimedia Foundation
*
* LICENSE
Method paramsForPreferencesForm
has 62 lines of code (exceeds 25 allowed). Consider refactoring. Open
protected function paramsForPreferencesForm( $checksum, $contact_id ) {
$preferences = CiviproxyConnect::getEmailPreferences( $checksum, $contact_id );
if ( $preferences[ 'is_error' ] ) {
$logger = DonationLoggerFactory::getLoggerFromParams(
Function createAndMountComponent
has 62 lines of code (exceeds 25 allowed). Consider refactoring. Open
function createAndMountComponent( config, component_type, containerName ) {
var component_config = getComponentConfig( component_type, config ),
component = checkout.create( component_type, component_config );
if ( component_type === GOOGLEPAY_COMPONENT_TYPE ) {
Method processDonorReturn
has 62 lines of code (exceeds 25 allowed). Consider refactoring. Open
public function processDonorReturn( $requestValues ) {
// FIXME: make sure we're processing the order ID we expect!
/** @var HostedCheckoutProvider $provider */
$provider = $this->getPaymentProvider();
'@phan-var HostedCheckoutProvider $provider';
File amazon.adapter.php
has 268 lines of code (exceeds 250 allowed). Consider refactoring. Open
<?php
use PayWithAmazon\PaymentsClientInterface as PwaClientInterface;
use Psr\Log\LogLevel;
use SmashPig\Core\Context;
Function handleCreatedPayment
has a Cognitive Complexity of 18 (exceeds 5 allowed). Consider refactoring. Open
protected function handleCreatedPayment(
IPaymentProvider $provider, PaymentDetailResponse $authorizeResult
): PaymentResult {
$transactionStatus = $authorizeResult->getStatus();
$responseData = [
- Read upRead up
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 handleCreatedPayment
has a Cognitive Complexity of 18 (exceeds 5 allowed). Consider refactoring. Open
protected function handleCreatedPayment(
PaymentDetailResponse $paymentDetailResponse,
IPaymentProvider $paymentProvider
): PaymentResult {
// Log details of the payment in case we need to reconstruct it for
- Read upRead up
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 calculateKeyMashScore
has a Cognitive Complexity of 18 (exceeds 5 allowed). Consider refactoring. Open
public function calculateKeyMashScore( $stringToCheck ) {
$letters = str_split( strtolower( $stringToCheck ) );
$rules = $this->getGlobal( 'NameFilterRules' );
$score = 0;
- Read upRead up
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 getQueueDonationMessage
has a Cognitive Complexity of 18 (exceeds 5 allowed). Consider refactoring. Open
protected function getQueueDonationMessage(): array {
$gatewayTxnId = $this->getData_Unstaged_Escaped( 'gateway_txn_id' );
if ( $gatewayTxnId === null ) {
$gatewayTxnId = false;
}
- Read upRead up
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 setupCardForm
has 60 lines of code (exceeds 25 allowed). Consider refactoring. Open
function setupCardForm() {
secureFields = new SecureFields( {
gr4vyId: gravyId,
environment: environment,
sessionId: sessionId,
Method getRecurDetails
has 59 lines of code (exceeds 25 allowed). Consider refactoring. Open
public static function getRecurDetails( $checksum, $contact_id ) {
global $wgDonationInterfaceCiviproxyURLBase;
$client = new GuzzleHttp\Client();
$params = [
Method buildOrderIDSources
has 59 lines of code (exceeds 25 allowed). Consider refactoring. Open
public function buildOrderIDSources() {
static $built = false;
if ( $built && isset( $this->order_id_candidates ) ) { // once per request is plenty
return;
Method validate
has 59 lines of code (exceeds 25 allowed). Consider refactoring. Open
public function validate( GatewayType $adapter, $normalized, &$errors ) {
if (
!isset( $normalized['amount'] ) ||
!isset( $normalized['currency'] )
) {
GravyAdapter
has 22 functions (exceeds 20 allowed). Consider refactoring. Open
class GravyAdapter extends GatewayAdapter implements RecurringConversion {
use RecurringConversionTrait;
/**
* @var string
GatewayPage
has 22 functions (exceeds 20 allowed). Consider refactoring. Open
abstract class GatewayPage extends UnlistedSpecialPage {
/**
* flag for setting Monthly Convert modal on template
* @var bool
*/
Function init
has 58 lines of code (exceeds 25 allowed). Consider refactoring. Open
mc.init = function () {
var presetAmount,
locale = $( '#language' ).val() + '-' + $( '#country' ).val();
originalAmount = +$( '#amount' ).val();
currency = $( '#currency' ).val();
Method getFormFields
has 58 lines of code (exceeds 25 allowed). Consider refactoring. Open
public function getFormFields( ?array $knownData = null ): array {
if ( $knownData === null ) {
$knownData = $this->getData_Unstaged_Escaped();
}
$fields = [];