mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-24 18:57:50 +00:00
ignoring a few statements for coverage
This commit is contained in:
+2
-2
@@ -167,7 +167,7 @@ class QRCode{
|
||||
}
|
||||
}
|
||||
|
||||
throw new QRCodeException('Unable to determine type number.');
|
||||
throw new QRCodeException('Unable to determine type number.'); // @codeCoverageIgnore
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -595,7 +595,7 @@ class QRCode{
|
||||
for($i = 8; $i < $this->pixelCount - 8; $i++){
|
||||
|
||||
if($this->matrix[$i][6] !== null){
|
||||
continue;
|
||||
continue; // @codeCoverageIgnore
|
||||
}
|
||||
|
||||
$this->matrix[$i][6] = $this->matrix[6][$i] = $i % 2 === 0;
|
||||
|
||||
Reference in New Issue
Block a user