Coverage report

  %line %branch
be.dvw.administration.Constants
0% 
0% 

 1  
 package be.dvw.administration;
 2  
 
 3  
 /**
 4  
  * Created by IntelliJ IDEA.
 5  
  * User: Toon.Timbermont
 6  
  * Date: May 14, 2005
 7  
  * Time: 1:54:47 PM
 8  
  * To change this template use File | Settings | File Templates.
 9  
  */
 10  0
 public class Constants {
 11  
 
 12  0
     public static String PAGE = "page";
 13  0
     public static String PAGE_CURRENT_ITEM = "page.url";
 14  0
     public static String PAGE_PATH_KEY = "page.path";
 15  
 
 16  
     /**
 17  
      *  Name of the request attribute containing the action to be executed when
 18  
      * different possibilities exist in JSP displays.
 19  
      */
 20  0
     public static String ACTION = "action";
 21  0
     public static String NAVIGATION_CONTEXT = "navigation_context";
 22  0
     public static String SCORE_CURRENT = "score_current";
 23  0
     public static String SCORE_PAGE = "scores_page";
 24  0
     public static String INSTRUMENT_CURRENT = "instrument_current";
 25  0
     public static String INSTRUMENT_PAGE = "instruments_page";
 26  0
 	public static String PERSON_PAGE = "persons_page";
 27  
 
 28  
 
 29  
 
 30  
 
 31  
 }

This report is generated by jcoverage, Maven and Maven JCoverage Plugin.