} catch (IOException e) {
throw new RuntimeException(e);
}
Harness stats = new Harness();
stats.addMetric(new SizeMetric());
stats.addMetric(new CharacterCountMetric('$'));
stats.addMetric(new CharacterCountMetric('_'));
stats.addProduct(new NoReplacer());
stats.addTarget(new FieldReflection());
stats.addTarget(new Field_Reflection());