Clover coverage report -
Coverage timestamp: Thu Jul 5 2007 20:02:32 EDT
file stats: LOC: 10   Methods: 0
NCLOC: 4   Classes: 1
 
 Source file Conditionals Statements Methods TOTAL
InvocationContextInterceptorMBean.java - - - -
coverage
 1    package org.jboss.cache.interceptors;
 2   
 3    /**
 4    * MBean to the {@link InvocationContextInterceptor}
 5    *
 6    * @author <a href="mailto:manik@jboss.org">Manik Surtani</a>
 7    */
 8    public interface InvocationContextInterceptorMBean extends InterceptorMBean
 9    {
 10    }