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

donatj / php-dnf-solver / 14372126470

10 Apr 2025 04:10AM UTC coverage: 98.347%. Remained the same
14372126470

push

github

web-flow
Merge pull request #14 from donatj/donatj-patch-1

Test in PHP 8.4

119 of 121 relevant lines covered (98.35%)

11.65 hits per line

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

100.0
/src/SingularDnfTypeInterface.php
1
<?php
2

3
namespace donatj\PhpDnfSolver;
4

5
interface SingularDnfTypeInterface extends DnfTypeInterface {
6

7
        /**
8
         * Returns the fully qualified type name of this type
9
         */
10
        public function getTypeName() : string;
11

12
        /**
13
         * Always 1 for singular types
14
         */
15
        public function count() : int;
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