Coverage Report - org.homeunix.thecave.buddi.model.Split
 
Classes in this File Line Coverage Branch Coverage Complexity
Split
N/A
N/A
0
 
 1  
 /*
 2  
  * Created on Jul 30, 2007 by wyatt
 3  
  */
 4  
 package org.homeunix.thecave.buddi.model;
 5  
 
 6  
 
 7  
 public interface Split extends Source{
 8  
 }