| Total Complexity | 1 |
| Total Lines | 12 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 40 | class NotOnMatching extends Name |
||
| 41 | { |
||
| 42 | /** |
||
| 43 | * Check if the current branch is matched by the configured regex |
||
| 44 | * |
||
| 45 | * @param \CaptainHook\App\Console\IO $io |
||
| 46 | * @param \SebastianFeldmann\Git\Repository $repository |
||
| 47 | * @return bool |
||
| 48 | */ |
||
| 49 | 2 | public function isTrue(IO $io, Repository $repository): bool |
|
| 54 |