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

pixelpeter / laravel5-genderize-api-client / 15052634236

15 May 2025 06:36PM UTC coverage: 98.925%. Remained the same
15052634236

push

github

web-flow
Merge pull request #24 from pixelpeter/dependabot/github_actions/dependabot/fetch-metadata-2.4.0

Bump dependabot/fetch-metadata from 2.3.0 to 2.4.0

92 of 93 relevant lines covered (98.92%)

26.13 hits per line

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

75.0
/src/Models/BaseModel.php
1
<?php
2

3
namespace Pixelpeter\Genderize\Models;
4

5
class BaseModel
6
{
7
    public function __get($property)
30✔
8
    {
9
        if (property_exists($this, $property)) {
30✔
10
            return $this->$property;
30✔
11
        }
12
    }
×
13
}
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