Coverage Report - net.sf.jolene.constants.Tags
 
Classes in this File Line Coverage Branch Coverage Complexity
Tags
100%
2/2
N/A
0
 
 1  
 package net.sf.jolene.constants;
 2  
 
 3  
 /**
 4  
  * Supported HTML tags.
 5  
  * @author : Dan Howard
 6  
  * @since : Oct 12, 2005 5:08:17 AM
 7  
  */
 8  19
 public enum Tags {
 9  1
     input, button, form, table, img, label, select, textarea, tr, td, th, option, meta, script, link, style;
 10  
 }
 11