c.configure( new CoverageConfigurationImpl( swf, swf, sourcePaths ) );
c.addObserver( getInstrumentationObserver() );
if ( getLogger().isDebugEnabled() )
{
c.addObserver( new CoverageObserver()
{
public void instrument( String file, int line )
{
getLogger().debug( "Instrumenting " + ApparatUtil.toClassname( file ) + ":" + line );
}