Clover coverage report - Maven Clover report
Coverage timestamp: Sun Mar 18 2007 17:42:32 CET
file stats: LOC: 15   Methods: 1
NCLOC: 7   Classes: 1
 
 Source file Conditionals Statements Methods TOTAL
StrategyTerminatingException.java - 100% 100% 100%
coverage
 1    package com.agical.rmock.core.exception;
 2   
 3    /**
 4    * @author brolund
 5    *
 6    * (c) 2005 Agical AB
 7    */
 8    public class StrategyTerminatingException extends RMockSystemException {
 9    private static final long serialVersionUID = -7644271278843892677L;
 10   
 11  22 public StrategyTerminatingException() {
 12  22 super();
 13    }
 14   
 15    }