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

GeoSot / Laravel-EnvEditor / 8681139838

14 Apr 2024 09:28PM UTC coverage: 98.558% (+2.6%) from 95.982%
8681139838

push

github

web-flow
build(code quality): add rector package (#49)

36 of 37 new or added lines in 7 files covered. (97.3%)

205 of 208 relevant lines covered (98.56%)

67.69 hits per line

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

0.0
/src/Exceptions/EnvException.php
1
<?php
2

3
namespace GeoSot\EnvEditor\Exceptions;
4

5
class EnvException extends \Exception
6
{
7
    public function __toString(): string
8
    {
NEW
9
        return self::class.":[{$this->code}]: {$this->message}\n";
×
10
    }
11
}
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