Coverage Report - de.glossmaker.bib.datastructure.EBookType
 
Classes in this File Line Coverage Branch Coverage Complexity
EBookType
100%
2/2
N/A
0
 
 1  
 package de.glossmaker.bib.datastructure;
 2  
 
 3  
 /**
 4  
  * 
 5  
  * @author Markus Flingelli
 6  
  *
 7  
  */
 8  9
 public enum EBookType {
 9  3
         AUTHOR, EDITOR;
 10  
 }