Clover coverage report -
Coverage timestamp: Wed Jan 31 2007 15:38:53 EST
file stats: LOC: 18   Methods: 1
NCLOC: 8   Classes: 1
 
 Source file Conditionals Statements Methods TOTAL
BuddyReplicationWithOptimisticLockingTest.java - 100% 100% 100%
coverage
 1    /*
 2    * JBoss, Home of Professional Open Source
 3    *
 4    * Distributable under LGPL license.
 5    * See terms of license at gnu.org.
 6    */
 7    package org.jboss.cache.buddyreplication;
 8   
 9    /**
 10    * @author <a href="mailto:manik@jboss.org">Manik Surtani (manik@jboss.org)</a>
 11    */
 12    public class BuddyReplicationWithOptimisticLockingTest extends BuddyReplicationFailoverTest
 13    {
 14  4 public BuddyReplicationWithOptimisticLockingTest()
 15    {
 16  4 optimisticLocks = true;
 17    }
 18    }