DicFro Tests
Current file: D:\data\micmap\cgi-bin\dicfro\4.4.1\application\Model\Query\Gdflex.php
Legend: executed not executed dead code

  Coverage
  Classes Functions / Methods Lines
Total
100.00%100.00%
100.00% 1 / 1
100.00%100.00%
100.00% 1 / 1
100.00%100.00%
100.00% 4 / 4
 
Model_Query_Gdflex
100.00%100.00%
100.00% 1 / 1
100.00%100.00%
100.00% 1 / 1
100.00%100.00%
100.00% 3 / 3
 public function __construct($directory = '.')
100.00%100.00%
100.00% 1 / 1
100.00%100.00%
100.00% 2 / 2


       1                 : <?php                                                                                                  
       2                 :                                                                                                        
       3                 : /**                                                                                                    
       4                 :  * Dictionaries of Old French and Latin                                                                
       5                 :  *                                                                                                     
       6                 :  * PHP 5                                                                                               
       7                 :  *                                                                                                     
       8                 :  * @category  Application                                                                              
       9                 :  * @package   DicFro                                                                                   
      10                 :  * @author    Michel Corne <mcorne@yahoo.com>                                                          
      11                 :  * @copyright 2008-2010 Michel Corne                                                                   
      12                 :  * @license   http://opensource.org/licenses/gpl-3.0.html GNU General Public License, version 3 (GPLv3)
      13                 :  * @link      http://www.micmap.org/dicfro                                                             
      14                 :  */                                                                                                    
      15                 :                                                                                                        
      16               1 : require_once 'Model/Query/GdfLike.php';                                                                
      17                 :                                                                                                        
      18                 : /**                                                                                                    
      19                 :  * Queries the Godefroy Lexicon database                                                               
      20                 :  *                                                                                                     
      21                 :  * @category  Application                                                                              
      22                 :  * @package   DicFro                                                                                   
      23                 :  * @author    Michel Corne <mcorne@yahoo.com>                                                          
      24                 :  * @copyright 2008-2010 Michel Corne                                                                   
      25                 :  * @license   http://opensource.org/licenses/gpl-3.0.html GNU General Public License, version 3 (GPLv3)
      26                 :  */                                                                                                    
      27                 :                                                                                                        
      28               1 : class Model_Query_Gdflex extends Model_Query_GdfLike                                                   
      29                 : {                                                                                                      
      30                 :     /**                                                                                                
      31                 :      * Extra columns to select                                                                         
      32                 :      * @var string                                                                                     
      33                 :      */                                                                                                
      34                 :     public $extraColumns = ', errata';                                                                 
      35                 :                                                                                                        
      36                 :     /**                                                                                                
      37                 :      * Constructor                                                                                     
      38                 :      *                                                                                                 
      39                 :      * @param  string $directory the dictionaries directory                                            
      40                 :      * @return void                                                                                    
      41                 :      */                                                                                                
      42                 :     public function __construct($directory = '.')                                                      
      43                 :     {                                                                                                  
      44               1 :         parent::__construct($directory . '/gdflex');                                                   
      45               1 :     }                                                                                                  

Generated by PHPUnit 3.4.15 and Xdebug 2.1.0 using PHP 5.2.11 at Fri Oct 1 18:50:14 UTC 2010.