mageekguy\atoum\mock\streams\fs\file: lines coverage

100% of 12

OPs

100% of 1

Lines

100% of 1

Branches

100% of 1

Paths
Method OPs OPs % Lines Line % Branches Branches % Paths Path %
mageekguy\atoum\mock\streams\fs\file::getController() 12 100% 1 100% 1 100% 1 100%
#
1
<?php
2

                    
3
namespace mageekguy\atoum\mock\streams\fs;
4

                    
5
use
6
	mageekguy\atoum\mock\stream
7
;
8

                    
9
class file extends stream
10
{
11
	protected static function getController($stream)100%
12
	{
13
		return new file\controller($stream);
14
	}
15
}