| Conditions | 1 |
| Paths | 2 |
| Total Lines | 6 |
| Lines | 6 |
| Ratio | 100 % |
| Changes | 0 | ||
| 1 | View Code Duplication | 'use strict'; |
|
| 13 | hasOtherValidPayment = function ( state ) { |
||
| 14 | return ( |
||
| 15 | state.donationFormContent.paymentType !== PAYMENT_TYPE_DEBIT_VALUE && |
||
| 16 | state.donationInputValidation.paymentType.isValid === true |
||
| 17 | ); |
||
| 18 | } |
||
| 19 | ; |
||
| 40 |