100% of 10OPs |
100% of 2Lines |
0% of 1Branches |
100% of 1Paths |
| Method | OPs | OPs % | Lines | Line % | Branches | Branches % | Paths | Path % |
|---|---|---|---|---|---|---|---|---|
| mageekguy\atoum\report\fields\runner\failures\execute\unix\gvim::__construct() | 10 | 100% | 2 | 100% | 1 | 0% | 1 | 100% |
| # | |
|---|---|
| 1 |
<?php |
| 2 |
|
| 3 |
namespace mageekguy\atoum\report\fields\runner\failures\execute\unix; |
| 4 |
|
| 5 |
use |
| 6 |
mageekguy\atoum, |
| 7 |
mageekguy\atoum\report\fields\runner\failures |
| 8 |
; |
| 9 |
|
| 10 |
class gvim extends failures\execute |
| 11 |
{
|
| 12 |
public function __construct()100% |
| 13 |
{
|
| 14 |
parent::__construct('gvim +%2$d %1$s > /dev/null &');
|
| 15 |
} |
| 16 |
} |