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

RonasIT / laravel-helpers / 8971616255

06 May 2024 03:24PM UTC coverage: 73.093% (-0.6%) from 73.658%
8971616255

Pull #116

github

web-flow
Merge cf06eccc1 into 194095dc5
Pull Request #116: Added code that allows user to work with different versions.

19 of 33 new or added lines in 4 files covered. (57.58%)

9 existing lines in 1 file now uncovered.

891 of 1219 relevant lines covered (73.09%)

7.58 hits per line

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

0.0
/src/Traits/EnumTrait.php
1
<?php
2

3
namespace RonasIT\Support\Traits;
4

5
trait EnumTrait
6
{
7
    public static function values(): array
8
    {
NEW
9
        return array_map(fn ($enum) => $enum->value, self::cases());
×
10
    }
11

12
    public static function toString(string $separator = ','): string
13
    {
NEW
14
        return implode($separator, self::values());
×
15
    }
16
}
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