Nice idea. But filtering all methods with complexity 1 seems a bit broad
to me.
Filtering in JaCoCo will require a detailed analysis of the method
bodies anyways, so plain setters and getters should be identifiable,
e.g. if method setFirstName() just assignes a value to field firstname.
If the same method assigns a value to field secondname this is most
likely a bug and the method should not be excluded.
Regards,
-marc