Coverage Report - org.webslinger.container.PathInfo
 
Classes in this File Line Coverage Branch Coverage Complexity
PathInfo
N/A
N/A
1
 
 1  
 package org.webslinger.container;
 2  
 
 3  
 public interface PathInfo {
 4  
     String getPathInfo();
 5  
 }