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

phpolar / model / 15811103117

22 Jun 2025 09:45PM UTC coverage: 89.003% (-2.8%) from 91.815%
15811103117

push

github

web-flow
Merge pull request #130 from phpolar/merge-core

Merge core

3 of 10 new or added lines in 4 files covered. (30.0%)

2 existing lines in 1 file now uncovered.

259 of 291 relevant lines covered (89.0%)

3.66 hits per line

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

0.0
/src/DefaultColumnName.php
1
<?php
2

3
declare(strict_types=1);
4

5
namespace Phpolar\Model;
6

7
/**
8
 * Provides the column name
9
 * of an unconfigured property.
10
 */
11
final class DefaultColumnName extends AbstractPropertyNameExtractor
12
{
13
    public function __construct(protected string $propName = "")
14
    {
NEW
15
    }
×
16

17
    /**
18
     * Produces the formatted label
19
     * using the default formatting.
20
     */
21
    public function getColumnName(): string
22
    {
NEW
23
        return ucfirst($this->propName);
×
24
    }
25
}
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