Clover coverage report - Maven Clover report
Coverage timestamp: Sun Mar 18 2007 17:42:32 CET
file stats: LOC: 14   Methods: 2
NCLOC: 10   Classes: 1
 
 Source file Conditionals Statements Methods TOTAL
RMockInternalError.java - 50% 50% 50%
coverage coverage
 1    package com.agical.rmock.core.exception;
 2   
 3   
 4    public class RMockInternalError extends RMockSystemException {
 5    private static final long serialVersionUID = 1L;
 6   
 7  1 public RMockInternalError(String message) {
 8  1 super(message);
 9    }
 10   
 11  0 public RMockInternalError(String message, Throwable throwable) {
 12  0 super(message, throwable);
 13    }
 14    }