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\macos\macvim::__construct() | 10 | 100% | 2 | 100% | 1 | 0% | 1 | 100% |
# | |
---|---|
1 |
<?php |
2 | |
3 |
namespace mageekguy\atoum\report\fields\runner\failures\execute\macos; |
4 | |
5 |
use |
6 |
mageekguy\atoum, |
7 |
mageekguy\atoum\locale, |
8 |
mageekguy\atoum\adapter, |
9 |
mageekguy\atoum\report\fields\runner\failures |
10 |
; |
11 | |
12 |
class macvim extends failures\execute |
13 |
{ |
14 |
public function __construct()100% |
15 |
{ |
16 |
parent::__construct('mvim --remote-silent +%2$s %1$s'); |
17 |
} |
18 |
} |