Dwoo - Unit Tests Report
Current file: /dwoo/lib/Dwoo/IElseable.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 block plugin that supports the else functionality                     
       5                 :  *                                                                                                   
       6                 :  * the else block will enter an "hasElse" parameter inside the parameters array                      
       7                 :  * of the closest parent implementing this interface, the hasElse parameter contains                 
       8                 :  * the else output that should be appended to the block's content (see foreach or other              
       9                 :  * block for examples)                                                                               
      10                 :  *                                                                                                   
      11                 :  * This software is provided 'as-is', without any express or implied warranty.                       
      12                 :  * In no event will the authors be held liable for any damages arising from the use of this software.
      13                 :  *                                                                                                   
      14                 :  * @author     Jordi Boggiano <j.boggiano@seld.be>                                                   
      15                 :  * @copyright  Copyright (c) 2008, Jordi Boggiano                                                    
      16                 :  * @license    http://dwoo.org/LICENSE   Modified BSD License                                        
      17                 :  * @link       http://dwoo.org/                                                                      
      18                 :  * @version    1.0.0                                                                                 
      19                 :  * @date       2008-10-23                                                                            
      20                 :  * @package    Dwoo                                                                                  
      21                 :  */                                                                                                  
      22               1 : interface Dwoo_IElseable                                                                             
      23                 : {                                                                                                    
      24                 : }                                                                                                    


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.