I'm using maven.
Is there a way to exclude methods from a class check?
I can exclude methods in a rule for a method element.
I can exclude classes in a rule for a class element.
But, is there a way to exclude methods in a rule for a class element?
I want to check line and branch coverage minimum ratios for classes, but I want to exclude some methods from that check.
Thank you.
Mark K Vallevand