github
0 of 8 new or added lines in 1 file covered. (0.0%)
112 existing lines in 14 files now uncovered.270 of 692 relevant lines covered (39.02%)
1.79 hits per line
1 |
<?php
|
|
2 |
|
|
3 |
declare(strict_types=1); |
|
4 |
|
|
UNCOV
5
|
return [
|
× |
6 |
'host' => env('TELEGRAF_HOST'), |
× |
7 |
'port' => env('TELEGRAF_PORT'), |
× |
UNCOV
8
|
]; |
× |