@@ -102,6 +102,7 @@ class Renderer extends \Magento\Framework\View\Element\Template implements
102
102
* @param InterpretationStrategyInterface $messageInterpretationStrategy
103
103
* @param array $data
104
104
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
105
+ * @codeCoverageIgnore
105
106
*/
106
107
public function __construct (
107
108
\Magento \Framework \View \Element \Template \Context $ context ,
@@ -132,6 +133,7 @@ public function __construct(
132
133
*
133
134
* @param AbstractItem $item
134
135
* @return $this
136
+ * @codeCoverageIgnore
135
137
*/
136
138
public function setItem (AbstractItem $ item )
137
139
{
@@ -143,6 +145,7 @@ public function setItem(AbstractItem $item)
143
145
* Get quote item
144
146
*
145
147
* @return AbstractItem
148
+ * @codeCoverageIgnore
146
149
*/
147
150
public function getItem ()
148
151
{
@@ -153,6 +156,7 @@ public function getItem()
153
156
* Get item product
154
157
*
155
158
* @return \Magento\Catalog\Model\Product
159
+ * @codeCoverageIgnore
156
160
*/
157
161
public function getProduct ()
158
162
{
@@ -163,6 +167,7 @@ public function getProduct()
163
167
* Identify the product from which thumbnail should be taken.
164
168
*
165
169
* @return \Magento\Catalog\Model\Product
170
+ * @codeCoverageIgnore
166
171
*/
167
172
public function getProductForThumbnail ()
168
173
{
@@ -172,6 +177,7 @@ public function getProductForThumbnail()
172
177
/**
173
178
* @param string $productUrl
174
179
* @return $this
180
+ * @codeCoverageIgnore
175
181
*/
176
182
public function overrideProductUrl ($ productUrl )
177
183
{
@@ -265,6 +271,7 @@ public function getProductOptions()
265
271
* Get list of all otions for product
266
272
*
267
273
* @return array
274
+ * @codeCoverageIgnore
268
275
*/
269
276
public function getOptionList ()
270
277
{
@@ -288,6 +295,7 @@ public function getQty()
288
295
* Get checkout session
289
296
*
290
297
* @return \Magento\Checkout\Model\Session
298
+ * @codeCoverageIgnore
291
299
*/
292
300
public function getCheckoutSession ()
293
301
{
@@ -368,6 +376,7 @@ public function getFormatedOptionValue($optionValue)
368
376
* Check whether Product is visible in site
369
377
*
370
378
* @return bool
379
+ * @codeCoverageIgnore
371
380
*/
372
381
public function isProductVisible ()
373
382
{
@@ -378,6 +387,7 @@ public function isProductVisible()
378
387
* Return product additional information block
379
388
*
380
389
* @return AbstractBlock
390
+ * @codeCoverageIgnore
381
391
*/
382
392
public function getProductAdditionalInformationBlock ()
383
393
{
@@ -389,6 +399,7 @@ public function getProductAdditionalInformationBlock()
389
399
*
390
400
* @param bool $strict
391
401
* @return $this
402
+ * @codeCoverageIgnore
392
403
*/
393
404
public function setQtyMode ($ strict )
394
405
{
@@ -401,6 +412,7 @@ public function setQtyMode($strict)
401
412
*
402
413
* @param bool $ignore
403
414
* @return $this
415
+ * @codeCoverageIgnore
404
416
*/
405
417
public function setIgnoreProductUrl ($ ignore = true )
406
418
{
@@ -451,6 +463,7 @@ public function getProductPriceHtml(\Magento\Catalog\Model\Product $product)
451
463
452
464
/**
453
465
* @return \Magento\Framework\Pricing\Render
466
+ * @codeCoverageIgnore
454
467
*/
455
468
protected function getPriceRender ()
456
469
{
0 commit comments