Coverage report

  %line %branch
be.dvw.administration.model.MusicianJeugdband
0% 
0% 

 1  
 /*
 2  
  * Created on Jun 20, 2005
 3  
  */
 4  
 
 5  
 package be.dvw.administration.model;
 6  
 
 7  
 /**
 8  
  * @author Gregory Van Seghbroeck
 9  
  *
 10  
  */
 11  0
 public class MusicianJeugdband extends InsuredMember {
 12  
     
 13  
     public String toString() {
 14  0
         return "[MusicianJeugdband] "+super.toString();
 15  
     }
 16  
 
 17  
 }

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