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


       1                 : <?php                                                               
       2                 :                                                                     
       3                 :     /**                                                             
       4                 :      * \Midi\MidiException                                          
       5                 :      *                                                              
       6                 :      * @package   Midi                                              
       7                 :      * @copyright © 2009 Tommy Montgomery <http://phpmidiparser.com>
       8                 :      * @since     1.0                                               
       9                 :      */                                                             
      10                 :                                                                     
      11                 :     namespace Midi;                                                 
      12                 :                                                                     
      13                 :     use \Exception;                                                 
      14                 :                                                                     
      15                 :     /**                                                             
      16                 :      * Base exception for the MIDI package                          
      17                 :      *                                                              
      18                 :      * @package Midi                                                
      19                 :      * @since   1.0                                                 
      20                 :      */                                                             
      21               1 :     class MidiException extends Exception {}                        
      22                 :                                                                     

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.