• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

thecodingmachine / magic-query / 15536904331

09 Jun 2025 02:25PM UTC coverage: 70.243%. First build
15536904331

push

github

homersimpsons
:construction_worker: Upgrade CI dependencies and activation

1100 of 1566 relevant lines covered (70.24%)

4.89 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/SQLParser/Node/BitwiseAnd.php
1
<?php
2

3
namespace SQLParser\Node;
4

5
/**
6
 * This class represents an & operation in an SQL expression.
7
 *
8
 * @author David Négrier <d.negrier@thecodingmachine.com>
9
 */
10
class BitwiseAnd extends AbstractTwoOperandsOperator
11
{
12
    /**
13
     * Returns the symbol for this operator.
14
     *
15
     * @return string
16
     */
17
    protected function getOperatorSymbol(): string
18
    {
19
        return '&';
×
20
    }
21
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc