PHPIDS
Current file: /home/mario/workspace/php-ids.org/trunk/lib/IDS/vendors/htmlpurifier/HTMLPurifier/ConfigDef/DirectiveAlias.php
Legend: executed not executed dead code

  Coverage
  Classes Methods Lines
Total
100.00 %100.00%
100.00% 1 / 1
0.00 %0.00%
0.00% 0 / 1
100.00 %100.00%
100.00% 1 / 1
 
HTMLPurifier_ConfigDef_DirectiveAlias
100.00 %100.00%
100.00% 1 / 1
0.00 %0.00%
0.00% 0 / 1
100.00 %100.00%
100.00% 1 / 1
 public function __construct($namespace, $name)
0.00 %0.00%
0.00% 0 / 1
100.00 %100.00%
100.00% 0 / 0


       1                 : <?php                                                                     
       2                 :                                                                           
       3                 : /**                                                                       
       4                 :  * Structure object describing a directive alias                          
       5                 :  */                                                                       
       6               1 : class HTMLPurifier_ConfigDef_DirectiveAlias extends HTMLPurifier_ConfigDef
       7                 : {                                                                         
       8                 :     public $class = 'alias';                                              
       9                 :                                                                           
      10                 :     /**                                                                   
      11                 :      * Namespace being aliased to                                         
      12                 :      */                                                                   
      13                 :     public $namespace;                                                    
      14                 :     /**                                                                   
      15                 :      * Directive being aliased to                                         
      16                 :      */                                                                   
      17                 :     public $name;                                                         
      18                 :                                                                           
      19                 :     public function __construct($namespace, $name) {                      
      20                 :         $this->namespace = $namespace;                                    
      21                 :         $this->name = $name;                                              
      22                 :     }                                                                     
      23                 : }                                                                         
      24                 :                                                                           

Generated by PHPUnit 3.2.20 and Xdebug 2.0.3 at Sat Jun 7 16:34:07 CEST 2008.