Automate Code Coverage Validation

This commit is contained in:
Bhavik Patel 2015-03-06 12:22:28 +05:30
parent f9519cde09
commit 852cf5fcab
1 changed files with 361 additions and 0 deletions

361
pom.xml
View File

@ -526,6 +526,367 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.6</version>
<configuration>
<check>
<haltOnFailure>true</haltOnFailure>
<totalBranchRate>83</totalBranchRate>
<totalLineRate>89</totalLineRate>
<regexes>
<regex><pattern>com.puppycrawl.tools.checkstyle.Checker</pattern><branchRate>71</branchRate><lineRate>86</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.CheckStyleTask</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.ConfigurationLoader</pattern><branchRate>86</branchRate><lineRate>79</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.DefaultConfiguration</pattern><branchRate>100</branchRate><lineRate>92</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.DefaultContext</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.DefaultLogger</pattern><branchRate>75</branchRate><lineRate>76</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.Defn</pattern><branchRate>100</branchRate><lineRate>0</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.Main</pattern><branchRate>0</branchRate><lineRate>0</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.ModuleFactory</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.package-info</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.PackageNamesLoader</pattern><branchRate>78</branchRate><lineRate>72</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.PackageObjectFactory</pattern><branchRate>75</branchRate><lineRate>75</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.PropertiesExpander</pattern><branchRate>50</branchRate><lineRate>83</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.PropertyCacheFile</pattern><branchRate>22</branchRate><lineRate>18</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.PropertyResolver</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.TreeWalker</pattern><branchRate>90</branchRate><lineRate>83</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.Utils</pattern><branchRate>100</branchRate><lineRate>87</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.XMLLogger</pattern><branchRate>86</branchRate><lineRate>97</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck</pattern><branchRate>75</branchRate><lineRate>87</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.api.AbstractLoader</pattern><branchRate>75</branchRate><lineRate>88</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter</pattern><branchRate>100</branchRate><lineRate>90</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.api.AnnotationUtility</pattern><branchRate>60</branchRate><lineRate>60</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.api.AuditEvent</pattern><branchRate>100</branchRate><lineRate>93</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.api.AuditListener</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.api.AutomaticBean</pattern><branchRate>90</branchRate><lineRate>74</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.api.Check</pattern><branchRate>100</branchRate><lineRate>86</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.api.CheckstyleException</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.api.Comment</pattern><branchRate>100</branchRate><lineRate>95</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.api.Configurable</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.api.Configuration</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.api.Context</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.api.Contextualizable</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.api.DetailAST</pattern><branchRate>95</branchRate><lineRate>98</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.api.DetailNode</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.api.FastStack</pattern><branchRate>75</branchRate><lineRate>95</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.api.FileContents</pattern><branchRate>96</branchRate><lineRate>94</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.api.FileSetCheck</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.api.FileText</pattern><branchRate>50</branchRate><lineRate>59</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.api.Filter</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.api.FilterSet</pattern><branchRate>83</branchRate><lineRate>80</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.api.FullIdent</pattern><branchRate>83</branchRate><lineRate>96</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.api.JavadocTagInfo</pattern><branchRate>25</branchRate><lineRate>77</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes</pattern><branchRate>100</branchRate><lineRate>0</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.api.LineColumn</pattern><branchRate>0</branchRate><lineRate>60</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.api.LocalizedMessage</pattern><branchRate>53</branchRate><lineRate>67</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.api.LocalizedMessages</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.api.MessageDispatcher</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.api.package-info</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.api.Scope</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.api.ScopeUtils</pattern><branchRate>90</branchRate><lineRate>94</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.api.SeverityLevel</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.api.SeverityLevelCounter</pattern><branchRate>50</branchRate><lineRate>76</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.api.TextBlock</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.api.TokenTypes</pattern><branchRate>62</branchRate><lineRate>72</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.api.Utils</pattern><branchRate>69</branchRate><lineRate>63</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.AbstractFormatCheck</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.AbstractOptionCheck</pattern><branchRate>100</branchRate><lineRate>80</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck</pattern><branchRate>87</branchRate><lineRate>84</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.ArrayTypeStyleCheck</pattern><branchRate>100</branchRate><lineRate>94</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck</pattern><branchRate>97</branchRate><lineRate>98</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.CheckUtils</pattern><branchRate>91</branchRate><lineRate>97</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.ClassResolver</pattern><branchRate>86</branchRate><lineRate>93</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.DeclarationCollector</pattern><branchRate>94</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck</pattern><branchRate>91</branchRate><lineRate>96</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.FileContentsHolder</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.FinalParametersCheck</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.LineSeparatorOption</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.NewlineAtEndOfFileCheck</pattern><branchRate>83</branchRate><lineRate>88</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.OuterTypeFilenameCheck</pattern><branchRate>71</branchRate><lineRate>92</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.package-info</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.RegexpCheck</pattern><branchRate>97</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder</pattern><branchRate>70</branchRate><lineRate>90</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck</pattern><branchRate>100</branchRate><lineRate>92</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.TrailingCommentCheck</pattern><branchRate>90</branchRate><lineRate>93</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.TranslationCheck</pattern><branchRate>81</branchRate><lineRate>83</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck</pattern><branchRate>83</branchRate><lineRate>88</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.UniquePropertiesCheck</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.UpperEllCheck</pattern><branchRate>100</branchRate><lineRate>83</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationLocationCheck</pattern><branchRate>75</branchRate><lineRate>78</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck</pattern><branchRate>93</branchRate><lineRate>96</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.annotation.MissingDeprecatedCheck</pattern><branchRate>92</branchRate><lineRate>96</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.annotation.MissingOverrideCheck</pattern><branchRate>100</branchRate><lineRate>96</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.annotation.package-info</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.annotation.PackageAnnotationCheck</pattern><branchRate>50</branchRate><lineRate>77</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.annotation.SuppressWarningsCheck</pattern><branchRate>79</branchRate><lineRate>96</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.blocks.AvoidNestedBlocksCheck</pattern><branchRate>100</branchRate><lineRate>90</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.blocks.BlockOption</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.blocks.EmptyBlockCheck</pattern><branchRate>88</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.blocks.EmptyCatchBlockCheck</pattern><branchRate>96</branchRate><lineRate>98</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyCheck</pattern><branchRate>87</branchRate><lineRate>94</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyOption</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck</pattern><branchRate>80</branchRate><lineRate>97</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.blocks.package-info</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck</pattern><branchRate>88</branchRate><lineRate>95</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyOption</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.coding.AbstractIllegalCheck</pattern><branchRate>64</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.coding.AbstractIllegalMethodCheck</pattern><branchRate>100</branchRate><lineRate>92</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.coding.AbstractNestedDepthCheck</pattern><branchRate>100</branchRate><lineRate>86</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.coding.AbstractSuperCheck</pattern><branchRate>78</branchRate><lineRate>88</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.coding.ArrayTrailingCommaCheck</pattern><branchRate>100</branchRate><lineRate>90</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.coding.AvoidInlineConditionalsCheck</pattern><branchRate>100</branchRate><lineRate>66</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.coding.CovariantEqualsCheck</pattern><branchRate>95</branchRate><lineRate>90</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.coding.DeclarationOrderCheck</pattern><branchRate>82</branchRate><lineRate>90</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.coding.DefaultComesLastCheck</pattern><branchRate>87</branchRate><lineRate>90</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.coding.EmptyStatementCheck</pattern><branchRate>100</branchRate><lineRate>80</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck</pattern><branchRate>78</branchRate><lineRate>96</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.coding.EqualsHashCodeCheck</pattern><branchRate>75</branchRate><lineRate>96</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.coding.ExplicitInitializationCheck</pattern><branchRate>90</branchRate><lineRate>90</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.coding.FallThroughCheck</pattern><branchRate>90</branchRate><lineRate>95</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck</pattern><branchRate>78</branchRate><lineRate>97</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck</pattern><branchRate>96</branchRate><lineRate>97</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.coding.IllegalCatchCheck</pattern><branchRate>100</branchRate><lineRate>92</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.coding.IllegalInstantiationCheck</pattern><branchRate>77</branchRate><lineRate>94</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.coding.IllegalThrowsCheck</pattern><branchRate>93</branchRate><lineRate>84</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.coding.IllegalTokenCheck</pattern><branchRate>75</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.coding.IllegalTokenTextCheck</pattern><branchRate>60</branchRate><lineRate>88</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck</pattern><branchRate>93</branchRate><lineRate>93</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.coding.InnerAssignmentCheck</pattern><branchRate>88</branchRate><lineRate>97</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck</pattern><branchRate>93</branchRate><lineRate>98</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.coding.MissingCtorCheck</pattern><branchRate>75</branchRate><lineRate>92</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.coding.MissingSwitchDefaultCheck</pattern><branchRate>100</branchRate><lineRate>87</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.coding.ModifiedControlVariableCheck</pattern><branchRate>83</branchRate><lineRate>93</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck</pattern><branchRate>90</branchRate><lineRate>94</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.coding.MultipleVariableDeclarationsCheck</pattern><branchRate>96</branchRate><lineRate>96</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.coding.NestedForDepthCheck</pattern><branchRate>50</branchRate><lineRate>90</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.coding.NestedIfDepthCheck</pattern><branchRate>75</branchRate><lineRate>85</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.coding.NestedTryDepthCheck</pattern><branchRate>50</branchRate><lineRate>83</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.coding.NoCloneCheck</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.coding.NoFinalizerCheck</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.coding.OneStatementPerLineCheck</pattern><branchRate>93</branchRate><lineRate>96</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.coding.OverloadMethodsDeclarationOrderCheck</pattern><branchRate>93</branchRate><lineRate>96</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.coding.package-info</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.coding.PackageDeclarationCheck</pattern><branchRate>50</branchRate><lineRate>63</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.coding.ParameterAssignmentCheck</pattern><branchRate>80</branchRate><lineRate>91</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck</pattern><branchRate>100</branchRate><lineRate>89</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck</pattern><branchRate>50</branchRate><lineRate>73</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.coding.SimplifyBooleanExpressionCheck</pattern><branchRate>100</branchRate><lineRate>77</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.coding.SimplifyBooleanReturnCheck</pattern><branchRate>83</branchRate><lineRate>96</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.coding.StringLiteralEqualityCheck</pattern><branchRate>100</branchRate><lineRate>87</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.coding.SuperCloneCheck</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.coding.SuperFinalizeCheck</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.coding.UnnecessaryParenthesesCheck</pattern><branchRate>91</branchRate><lineRate>96</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck</pattern><branchRate>90</branchRate><lineRate>97</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck</pattern><branchRate>67</branchRate><lineRate>81</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck</pattern><branchRate>80</branchRate><lineRate>95</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.design.HideUtilityClassConstructorCheck</pattern><branchRate>95</branchRate><lineRate>97</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.design.InnerTypeLastCheck</pattern><branchRate>100</branchRate><lineRate>93</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.design.InterfaceIsTypeCheck</pattern><branchRate>100</branchRate><lineRate>85</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.design.MutableExceptionCheck</pattern><branchRate>85</branchRate><lineRate>92</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.design.OneTopLevelClassCheck</pattern><branchRate>77</branchRate><lineRate>95</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.design.package-info</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.design.ThrowsCountCheck</pattern><branchRate>75</branchRate><lineRate>83</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck</pattern><branchRate>95</branchRate><lineRate>95</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.header.AbstractHeaderCheck</pattern><branchRate>79</branchRate><lineRate>85</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.header.HeaderCheck</pattern><branchRate>18</branchRate><lineRate>45</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.header.package-info</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.header.RegexpHeaderCheck</pattern><branchRate>87</branchRate><lineRate>93</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.imports.AccessResult</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck</pattern><branchRate>90</branchRate><lineRate>88</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.imports.AvoidStaticImportCheck</pattern><branchRate>85</branchRate><lineRate>95</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck</pattern><branchRate>93</branchRate><lineRate>91</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.imports.Guard</pattern><branchRate>86</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.imports.IllegalImportCheck</pattern><branchRate>100</branchRate><lineRate>94</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.imports.ImportControlCheck</pattern><branchRate>75</branchRate><lineRate>70</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.imports.ImportControlLoader</pattern><branchRate>72</branchRate><lineRate>88</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck</pattern><branchRate>91</branchRate><lineRate>98</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderOption</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.imports.package-info</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.imports.PkgControl</pattern><branchRate>80</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.imports.RedundantImportCheck</pattern><branchRate>81</branchRate><lineRate>94</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck</pattern><branchRate>90</branchRate><lineRate>97</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.indentation.ArrayInitHandler</pattern><branchRate>83</branchRate><lineRate>97</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler</pattern><branchRate>86</branchRate><lineRate>98</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.indentation.CaseHandler</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.indentation.CatchHandler</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.indentation.ClassDefHandler</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.indentation.DoWhileHandler</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.indentation.ElseHandler</pattern><branchRate>75</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.indentation.ExpressionHandler</pattern><branchRate>91</branchRate><lineRate>97</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.indentation.FinallyHandler</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.indentation.ForHandler</pattern><branchRate>75</branchRate><lineRate>95</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.indentation.HandlerFactory</pattern><branchRate>77</branchRate><lineRate>81</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.indentation.IfHandler</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.indentation.ImportHandler</pattern><branchRate>50</branchRate><lineRate>87</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck</pattern><branchRate>100</branchRate><lineRate>93</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.indentation.IndentLevel</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.indentation.IndexHandler</pattern><branchRate>100</branchRate><lineRate>75</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.indentation.LabelHandler</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.indentation.LineSet</pattern><branchRate>100</branchRate><lineRate>90</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.indentation.LineWrappingHandler</pattern><branchRate>87</branchRate><lineRate>91</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.indentation.MemberDefHandler</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.indentation.MethodCallHandler</pattern><branchRate>63</branchRate><lineRate>87</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.indentation.MethodCallLineWrapHandler</pattern><branchRate>0</branchRate><lineRate>0</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.indentation.MethodDefHandler</pattern><branchRate>87</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.indentation.NewHandler</pattern><branchRate>83</branchRate><lineRate>77</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.indentation.ObjectBlockHandler</pattern><branchRate>75</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.indentation.package-info</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.indentation.PackageDefHandler</pattern><branchRate>50</branchRate><lineRate>85</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.indentation.PrimordialHandler</pattern><branchRate>100</branchRate><lineRate>60</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.indentation.SlistHandler</pattern><branchRate>100</branchRate><lineRate>94</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.indentation.StaticInitHandler</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.indentation.SwitchHandler</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.indentation.TryHandler</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.indentation.WhileHandler</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractJavadocCheck</pattern><branchRate>90</branchRate><lineRate>93</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.javadoc.AtclauseOrderCheck</pattern><branchRate>88</branchRate><lineRate>88</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.javadoc.HtmlTag</pattern><branchRate>75</branchRate><lineRate>90</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.javadoc.InvalidJavadocTag</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck</pattern><branchRate>90</branchRate><lineRate>96</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocNodeImpl</pattern><branchRate>100</branchRate><lineRate>87</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocPackageCheck</pattern><branchRate>80</branchRate><lineRate>95</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck</pattern><branchRate>92</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck</pattern><branchRate>89</branchRate><lineRate>97</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTag</pattern><branchRate>92</branchRate><lineRate>85</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagContinuationIndentationCheck</pattern><branchRate>81</branchRate><lineRate>86</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTags</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck</pattern><branchRate>95</branchRate><lineRate>91</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocUtils</pattern><branchRate>83</branchRate><lineRate>89</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck</pattern><branchRate>93</branchRate><lineRate>90</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.javadoc.NonEmptyAtclauseDescriptionCheck</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.javadoc.package-info</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.javadoc.SingleLineJavadocCheck</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck</pattern><branchRate>93</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.javadoc.TagParser</pattern><branchRate>92</branchRate><lineRate>98</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.javadoc.WriteTagCheck</pattern><branchRate>100</branchRate><lineRate>91</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck</pattern><branchRate>87</branchRate><lineRate>97</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.metrics.AbstractComplexityCheck</pattern><branchRate>83</branchRate><lineRate>92</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.metrics.BooleanExpressionComplexityCheck</pattern><branchRate>74</branchRate><lineRate>80</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.metrics.ClassDataAbstractionCouplingCheck</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.metrics.ClassFanOutComplexityCheck</pattern><branchRate>100</branchRate><lineRate>80</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.metrics.CyclomaticComplexityCheck</pattern><branchRate>85</branchRate><lineRate>80</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck</pattern><branchRate>81</branchRate><lineRate>96</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck</pattern><branchRate>100</branchRate><lineRate>96</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.metrics.package-info</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.modifier.ModifierOrderCheck</pattern><branchRate>92</branchRate><lineRate>91</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.modifier.package-info</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.modifier.RedundantModifierCheck</pattern><branchRate>97</branchRate><lineRate>96</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck</pattern><branchRate>93</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.naming.AbstractAccessControlNameCheck</pattern><branchRate>95</branchRate><lineRate>80</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.naming.AbstractClassNameCheck</pattern><branchRate>100</branchRate><lineRate>90</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.naming.AbstractNameCheck</pattern><branchRate>100</branchRate><lineRate>87</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.naming.AbstractTypeParameterNameCheck</pattern><branchRate>75</branchRate><lineRate>83</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.naming.ClassTypeParameterNameCheck</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.naming.ConstantNameCheck</pattern><branchRate>88</branchRate><lineRate>92</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.naming.InterfaceTypeParameterNameCheck</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.naming.LocalFinalVariableNameCheck</pattern><branchRate>87</branchRate><lineRate>85</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.naming.LocalVariableNameCheck</pattern><branchRate>94</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck</pattern><branchRate>91</branchRate><lineRate>85</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.naming.MethodNameCheck</pattern><branchRate>100</branchRate><lineRate>93</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.naming.MethodTypeParameterNameCheck</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.naming.package-info</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.naming.PackageNameCheck</pattern><branchRate>100</branchRate><lineRate>88</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.naming.ParameterNameCheck</pattern><branchRate>75</branchRate><lineRate>80</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.naming.StaticVariableNameCheck</pattern><branchRate>81</branchRate><lineRate>87</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.naming.TypeNameCheck</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.regexp.CommentSuppressor</pattern><branchRate>75</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions</pattern><branchRate>100</branchRate><lineRate>96</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.regexp.MatchSuppressor</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.regexp.MultilineDetector</pattern><branchRate>58</branchRate><lineRate>87</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.regexp.NeverSuppress</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.regexp.package-info</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.regexp.RegexpMultilineCheck</pattern><branchRate>100</branchRate><lineRate>76</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineCheck</pattern><branchRate>100</branchRate><lineRate>76</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.regexp.SinglelineDetector</pattern><branchRate>93</branchRate><lineRate>96</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.sizes.AnonInnerLengthCheck</pattern><branchRate>100</branchRate><lineRate>92</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck</pattern><branchRate>81</branchRate><lineRate>95</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.sizes.FileLengthCheck</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck</pattern><branchRate>100</branchRate><lineRate>89</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck</pattern><branchRate>31</branchRate><lineRate>23</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.sizes.MethodLengthCheck</pattern><branchRate>100</branchRate><lineRate>95</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.sizes.OuterTypeNumberCheck</pattern><branchRate>75</branchRate><lineRate>94</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.sizes.ParameterNumberCheck</pattern><branchRate>100</branchRate><lineRate>93</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.whitespace.AbstractParenPadCheck</pattern><branchRate>88</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForInitializerPadCheck</pattern><branchRate>91</branchRate><lineRate>93</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForIteratorPadCheck</pattern><branchRate>100</branchRate><lineRate>92</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck</pattern><branchRate>95</branchRate><lineRate>98</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.whitespace.FileTabCharacterCheck</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.whitespace.GenericWhitespaceCheck</pattern><branchRate>86</branchRate><lineRate>96</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.whitespace.MethodParamPadCheck</pattern><branchRate>100</branchRate><lineRate>95</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.whitespace.NoLineWrapCheck</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck</pattern><branchRate>94</branchRate><lineRate>98</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck</pattern><branchRate>90</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck</pattern><branchRate>68</branchRate><lineRate>82</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.whitespace.PadOption</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.whitespace.ParenPadCheck</pattern><branchRate>86</branchRate><lineRate>95</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.whitespace.SeparatorWrapCheck</pattern><branchRate>100</branchRate><lineRate>93</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.whitespace.TypecastParenPadCheck</pattern><branchRate>87</branchRate><lineRate>88</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck</pattern><branchRate>90</branchRate><lineRate>90</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck</pattern><branchRate>96</branchRate><lineRate>98</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.checks.whitespace.WrapOption</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.filters.CSVFilter</pattern><branchRate>100</branchRate><lineRate>93</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.filters.IntFilter</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.filters.IntMatchFilter</pattern><branchRate>100</branchRate><lineRate>90</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.filters.IntRangeFilter</pattern><branchRate>100</branchRate><lineRate>90</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.filters.SeverityMatchFilter</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.filters.SuppressElement</pattern><branchRate>69</branchRate><lineRate>78</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter</pattern><branchRate>85</branchRate><lineRate>86</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.filters.SuppressionFilter</pattern><branchRate>0</branchRate><lineRate>0</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.filters.SuppressionsLoader</pattern><branchRate>68</branchRate><lineRate>77</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.filters.SuppressWarningsFilter</pattern><branchRate>100</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter</pattern><branchRate>80</branchRate><lineRate>87</lineRate></regex>
</regexes>
</check>
</configuration>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>