Coverage Report - org.jaudiotagger.fix.Fix
 
Classes in this File Line Coverage Branch Coverage Complexity
Fix
100%
2/2
N/A
0
 
 1  
 package org.jaudiotagger.fix;
 2  
 
 3  
 /**
 4  
  * User: paul
 5  
  * Date: 21-Feb-2008
 6  
  */
 7  18
 public enum Fix
 8  
 {
 9  9
     FIX_OGG_VORBIS_COMMENT_NOT_COUNTING_EMPTY_COLUMNS
 10  
 }