Coverage Report - yarfraw.core.datamodel.FeedFormat
 
Classes in this File Line Coverage Branch Coverage Complexity
FeedFormat
100% 
N/A 
0
 
 1  
 package yarfraw.core.datamodel;
 2  
 
 3  
 /**
 4  
  * The format of a rss feed.
 5  
  */
 6  468
 public enum FeedFormat {
 7  78
   RSS20, RSS10, ATOM10, ATOM03, UNKNOWN
 8  
 }