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

conedevelopment / root / 17914324319

22 Sep 2025 11:49AM UTC coverage: 77.588% (-0.5%) from 78.055%
17914324319

push

github

iamgergo
copyable fields

10 of 38 new or added lines in 4 files covered. (26.32%)

3320 of 4279 relevant lines covered (77.59%)

35.45 hits per line

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

0.0
/src/View/Components/Copyable.php
1
<?php
2

3
declare(strict_types=1);
4

5
namespace Cone\Root\View\Components;
6

7
use Illuminate\View\Component;
8
use Illuminate\View\View;
9

10
class Copyable extends Component
11
{
12
    /**
13
     * Create a new component instance.
14
     */
NEW
15
    public function __construct(protected string $text, protected string $value)
×
16
    {
17
        //
NEW
18
    }
×
19

20
    /**
21
     * Get the view / view contents that represent the component.
22
     */
NEW
23
    public function render(): View
×
24
    {
NEW
25
        return $this->view('root::components.copyable', [
×
NEW
26
            'text' => $this->text,
×
NEW
27
            'value' => $this->value,
×
NEW
28
        ]);
×
29
    }
30
}
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