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

conedevelopment / bazar / 20778199606

07 Jan 2026 10:21AM UTC coverage: 79.824% (-0.2%) from 80.064%
20778199606

push

github

iamgergo
wip

1 of 1 new or added line in 1 file covered. (100.0%)

13 existing lines in 2 files now uncovered.

1990 of 2493 relevant lines covered (79.82%)

37.25 hits per line

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

0.0
/src/Cart/NullDriver.php
1
<?php
2

3
declare(strict_types=1);
4

5
namespace Cone\Bazar\Cart;
6

7
use Cone\Bazar\Models\Cart;
8
use Illuminate\Http\Request;
9

10
class NullDriver extends Driver
11
{
12
    /**
13
     * Resolve the cart for the current request.
14
     */
15
    public function resolve(Request $request): Cart
×
16
    {
17
        return Cart::proxy()
×
UNCOV
18
            ->newInstance()
×
UNCOV
19
            ->user()
×
UNCOV
20
            ->associate($request->user());
×
21
    }
22
}
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