IFooDriver.php
Current file: C:\DATA\Viktor\Diplomka\XSLT-Benchmarking/Tools/Tests/Unit/DriverContainer/Foo/IFooDriver.php
Legend: executed not executed dead code

  Coverage
  Classes Functions / Methods Lines
Total
100.00%  
100.00%   CRAP
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\DriversContainer;   
      11                 :                                                      
      12                 : /**                                                  
      13                 :  * IFooDriver                                        
      14                 :  *                                                   
      15                 :  * @author Viktor Mašíček <viktor@masicek.net>    
      16                 :  */                                                  
      17               0 : interface IFooDriver                                 
      18                 : {                                                    
      19                 :                                                      
      20                 :                                                      
      21                 :     public function __construct($param1, $param2);   
      22                 :                                                      
      23                 :                                                      
      24                 :     public function methodOne();                     
      25                 :                                                      
      26                 :                                                      
      27                 :     public function methodTwo($arg1, $arg2);         
      28                 :                                                      
      29                 :                                                      
      30                 : }                                                    


Generated by PHP_CodeCoverage @package_version@ using PHP 5.3.6 and PHPUnit @package_version@ at Tue Jun 26 15:06:55 CEST 2012.