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

thecodingmachine / magic-query / 7862450178

11 Feb 2024 01:55PM UTC coverage: 70.298%. First build
7862450178

Pull #87

github

web-flow
Merge 3adfbf0ce into 0c0ab130b
Pull Request #87: Update deps + test on dbal v3

2 of 11 new or added lines in 5 files covered. (18.18%)

1084 of 1542 relevant lines covered (70.3%)

4.76 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

© 2025 Coveralls, Inc