All Unit tests
Current file: C:\code\midiparser\src\Midi\Parsing\StateException.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
 
Midi\StateException
100.00%100.00%
100.00% 1 / 1
  
   
100.00%100.00%
100.00% 1 / 1


       1                 : <?php                                                                 
       2                 :                                                                       
       3                 :     /**                                                               
       4                 :      * \Midi\Parsing\StateException                                   
       5                 :      *                                                                
       6                 :      * @package    Midi                                               
       7                 :      * @subpackage Parsing                                            
       8                 :      * @copyright  © 2009 Tommy Montgomery <http://phpmidiparser.com/>
       9                 :      * @since      1.0                                                
      10                 :      */                                                               
      11                 :                                                                       
      12                 :     namespace Midi\Parsing;                                           
      13                 :                                                                       
      14                 :     use \Midi\MidiException;                                          
      15                 :                                                                       
      16                 :     /**                                                               
      17                 :      * Exception for when a parser encounters an unexpected           
      18                 :      * parse state                                                    
      19                 :      *                                                                
      20                 :      * @package    Midi                                               
      21                 :      * @subpackage Parsing                                            
      22                 :      * @since      1.0                                                
      23                 :      */                                                               
      24               1 :     class StateException extends MidiException {}                     
      25                 :                                                                       

Generated by PHPUnit 3.4.1 and Xdebug 2.0.5 using PHP 5.3.0 at Sun Oct 25 23:35:09 PDT 2009.