mageekguy\atoum\report\fields\runner\result\notifier\image\libnotify: lines coverage

100% of 5

OPs

100% of 1

Lines

100% of 1

Branches

100% of 1

Paths
Method OPs OPs % Lines Line % Branches Branches % Paths Path %
mageekguy\atoum\report\fields\runner\result\notifier\image\libnotify::getCommand() 5 100% 1 100% 1 100% 1 100%
#
1
<?php
2

                    
3
namespace mageekguy\atoum\report\fields\runner\result\notifier\image;
4

                    
5
use
6
	mageekguy\atoum,
7
	mageekguy\atoum\report\fields\runner\result\notifier\image
8
;
9

                    
10
class libnotify extends image
11
{
12
	public function getCommand()100%
13
	{
14
		return 'notify-send -i %3$s %1$s %2$s';
15
	}
16
}