Clover coverage report - Diasparsoft Toolkit - 0.22
Coverage timestamp: Mon Jun 7 2004 22:02:31 EDT
file stats: LOC: 8   Methods: 1
NCLOC: 6   Classes: 1
30 day Evaluation Version distributed via the Maven Jar Repository. Clover is not free. You have 30 days to evaluate it. Please visit http://www.thecortex.net/clover to obtain a licensed version of Clover
 
 Source file Conditionals Statements Methods TOTAL
MessagingException.java - 100% 100% 100%
coverage
 1   
 package com.diasparsoftware.javax.jms;
 2   
 
 3   
 public class MessagingException extends RuntimeException {
 4  8
     public MessagingException(String message, Exception cause) {
 5  8
         super(message, cause);
 6   
     }
 7   
 }
 8