Coverage Report - biz.xsoftware.examples.fullapi.PhoneFactory
 
Classes in this File Line Coverage Branch Coverage Complexity
PhoneFactory
N/A
N/A
1
 
 1  
 package biz.xsoftware.examples.fullapi;
 2  
 
 3  
 /**
 4  
  */
 5  
 public interface PhoneFactory
 6  
 {
 7  
     public Phone createPhone();
 8  
 }