Clover coverage report - Maven Clover report
Coverage timestamp: Sun Mar 18 2007 17:43:17 CET
file stats: LOC: 18   Methods: 3
NCLOC: 12   Classes: 1
 
 Source file Conditionals Statements Methods TOTAL
UnsupportedEncodingSystemException.java - 0% 0% 0%
coverage
 1    package com.agical.rdoc.core.exception;
 2   
 3    public class UnsupportedEncodingSystemException extends ResourceSystemException {
 4   
 5  0 public UnsupportedEncodingSystemException(String message, Throwable throwable) {
 6  0 super(message, throwable);
 7    }
 8   
 9  0 public UnsupportedEncodingSystemException(String message) {
 10  0 super(message);
 11    }
 12   
 13  0 public UnsupportedEncodingSystemException(Throwable throwable) {
 14  0 super(throwable);
 15    // TODO Auto-generated constructor stub
 16    }
 17   
 18    }