mageekguy\atoum\report\fields\runner\failures\execute\unix\gedit: lines coverage

100% of 10

OPs

100% of 2

Lines

0% of 1

Branches

100% of 1

Paths
Method OPs OPs % Lines Line % Branches Branches % Paths Path %
mageekguy\atoum\report\fields\runner\failures\execute\unix\gedit::__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 gedit extends failures\execute
11
{
12
	public function __construct()100%
13
	{
14
		parent::__construct('gedit %1$s +%2$d > /dev/null &');
15
	}
16
}