105106107108109110111
public boolean isTestable(File f) { return true; } public Stats createStats(String key){ return new CountStats(key); }