Dwoo - Unit Tests Report
Current file: /dwoo/lib/Dwoo/ICompilable/Block.php
Legend: executed not executed dead code

  Coverage
  Classes Functions / Methods Lines
Total
  
   
  
   
100.00%100.00%
100.00% 1 / 1
 



       1                 : <?php                                                                                                
       2                 :                                                                                                      
       3                 : /**                                                                                                  
       4                 :  * interface that represents a compilable block plugin                                               
       5                 :  *                                                                                                   
       6                 :  * implement this to notify the compiler that this plugin does not need to be loaded at runtime.     
       7                 :  *                                                                                                   
       8                 :  * This software is provided 'as-is', without any express or implied warranty.                       
       9                 :  * In no event will the authors be held liable for any damages arising from the use of this software.
      10                 :  *                                                                                                   
      11                 :  * @author     Jordi Boggiano <j.boggiano@seld.be>                                                   
      12                 :  * @copyright  Copyright (c) 2008, Jordi Boggiano                                                    
      13                 :  * @license    http://dwoo.org/LICENSE   Modified BSD License                                        
      14                 :  * @link       http://dwoo.org/                                                                      
      15                 :  * @version    1.0.0                                                                                 
      16                 :  * @date       2008-10-23                                                                            
      17                 :  * @package    Dwoo                                                                                  
      18                 :  */                                                                                                  
      19               1 : interface Dwoo_ICompilable_Block                                                                     
      20                 : {                                                                                                    
      21                 : }                                                                                                    


Generated by PHPUnit @package_version@ and Xdebug 2.1.0beta2-dev using PHP 5.3.0 at Sun Feb 7 16:30:52 UTC 2010.