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

h4kuna / ares / 22277187268

22 Feb 2026 12:24PM UTC coverage: 89.348% (-0.1%) from 89.497%
22277187268

Pull #51

github

h4kuna
Add coding standards
Pull Request #51: Add coding standards

40 of 47 new or added lines in 16 files covered. (85.11%)

1 existing line in 1 file now uncovered.

411 of 460 relevant lines covered (89.35%)

0.89 hits per line

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

0.0
/src/aliases.php
1
<?php declare(strict_types = 1);
2

3
use h4kuna\Ares\Exception\IdentificationNumberNotFoundException;
4
use h4kuna\Ares\Exception\ResultException;
5
use h4kuna\Ares\Exception\ServerResponseException;
6

NEW
7
class_alias(IdentificationNumberNotFoundException::class, 'h4kuna\Ares\Exceptions\IdentificationNumberNotFoundException');
×
NEW
8
class_alias(ResultException::class, 'h4kuna\Ares\Exceptions\ResultException');
×
NEW
9
class_alias(ServerResponseException::class, 'h4kuna\Ares\Exceptions\ServerResponseException');
×
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