Coverage Report - ca.uhn.hl7v2.hoh.encoder.TransferEncoding
 
Classes in this File Line Coverage Branch Coverage Complexity
TransferEncoding
100%
2/2
N/A
0
 
 1  
 package ca.uhn.hl7v2.hoh.encoder;
 2  
 
 3  10
 public enum TransferEncoding {
 4  
 
 5  5
         CHUNKED
 6  
 
 7  
 }