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

xiidea / EasyAuditBundle / 15111705699

19 May 2025 11:24AM UTC coverage: 98.4% (-0.4%) from 98.79%
15111705699

Pull #61

github

web-flow
Merge c660c7ae8 into 2a977f1ec
Pull Request #61: Remove Dotrine\Common\ClassUtils dependency

2 of 4 new or added lines in 2 files covered. (50.0%)

1 existing line in 1 file now uncovered.

492 of 500 relevant lines covered (98.4%)

23.35 hits per line

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

66.67
/Common/ClassUtils.php
1
<?php
2

3
namespace Xiidea\EasyAuditBundle\Common;
4

5
use Doctrine\Persistence\Proxy;
6

7
class ClassUtils
8
{
9
    public static function getClass($entity): string
10
    {
11
        if ($entity instanceof Proxy) {
36✔
NEW
12
            return get_parent_class($entity);
×
13
        }
14

15
        return get_class($entity);
36✔
16
    }
17
}
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