Coverage Report - archetype.App
 
Classes in this File Line Coverage Branch Coverage Complexity
App
0 %
0/3
N/A
1
 
 1  
 package archetype;
 2  
 
 3  
 /**
 4  
  * Hello world!
 5  
  *
 6  
  */
 7  0
 public class App 
 8  
 {
 9  
     public static void main( String[] args )
 10  
     {
 11  0
         System.out.println( "Hello World!" );
 12  0
     }
 13  
 }