| NotDriver.php | ||||
|
||||
| Coverage | ||||||||||
| Classes | Functions / Methods | Lines | ||||||||
| Total |
|
0.00% | 0 / 1 |
|
100.00% | CRAP |
|
0.00% | 0 / 1 | |
| NotDriver |
|
100.00% | 1 / 1 |
|
100.00% | 0 |
|
0.00% | 0 / 1 | |
1 : <?php 2 : 3 : /* 4 : * XSLT Benchmarking 5 : * @link https://github.com/masicek/XSLT-Benchmarking 6 : * @author Viktor Mašíček <viktor@masicek.net> 7 : * @license "New" BSD License 8 : */ 9 : 10 : namespace Tests\XSLTBenchmarking\TestsRunner\Processor; 11 : 12 : /** 13 : * This is not driver for processor and it shoul not be detect ast available procesor. 14 : * 15 : * @author Viktor Mašíček <viktor@masicek.net> 16 : */ 17 : class NotDriver 18 0 : { 19 : } |
| Generated by PHP_CodeCoverage @package_version@ using PHP 5.3.6 and PHPUnit @package_version@ at Tue Jun 26 15:06:55 CEST 2012. |